6ber6ou's avatar

Can't install Gulp

Hi all ! On Yosemite I have nodejs version 0.10.31 and npm version 1.4.23

When I run :

sudo npm install -g gulp

I have this message :

/usr/local/bin/gulp -> /usr/local/lib/node_modules/gulp/bin/gulp.js
gulp@3.8.7 /usr/local/lib/node_modules/gulp
├── tildify@0.2.0
├── interpret@0.3.5
├── pretty-hrtime@0.2.1
├── deprecated@0.0.1
├── archy@0.0.2
├── minimist@0.2.0
├── semver@3.0.1
├── chalk@0.5.1 (escape-string-regexp@1.0.1, ansi-styles@1.1.0, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
├── orchestrator@0.3.7 (stream-consume@0.1.0, sequencify@0.0.7, end-of-stream@0.1.5)
├── liftoff@0.12.0 (extend@1.2.1, minimist@0.1.0, resolve@0.7.4, findup-sync@0.1.3)
├── vinyl-fs@0.3.6 (graceful-fs@3.0.2, mkdirp@0.5.0, lodash@2.4.1, strip-bom@0.3.1, vinyl@0.3.2, through2@0.5.1, glob-stream@3.1.15, glob-watcher@0.0.6)
└── gulp-util@3.0.0 (lodash._reinterpolate@2.4.1, dateformat@1.0.8-1.2.3, lodash@2.4.1, vinyl@0.2.3, through2@0.5.1, multipipe@0.1.1, lodash.template@2.4.1)

Now if I check gulp I have this instead of the Gulp version :

[17:48:40] CLI version 3.8.7
[17:48:40] Local version 3.8.7

Could you tell me what's going wrong ?

0 likes
5 replies
equipc's avatar

Why not using Laravel Homestead ? Gulp is included in the box

1 like
6ber6ou's avatar

Yes, but if I do that I must ssh to the VM and I prefer not.

But it's look like Gulp works correctly. I watch the Laravel + Gulp tutorial and everything works great.

Strange no ...?

DamienAdermann's avatar

I'm confused to what the issue is. It seems to be installed fine.

1 like
JohnRivs's avatar

Remember you need to install Gulp locally, inside the project folder.

codedungeon's avatar

All looks good to me, what issues are you having (what are you expecting). The message at the end is just a summary of what was installed (gulp has a suite of dependencies)

Perhaps the issue is with your gulpfile.js ?

1 like

Please or to participate in this conversation.