Why not using Laravel Homestead ? Gulp is included in the box
Aug 21, 2014
5
Level 3
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 ?
Please or to participate in this conversation.