0

I installed Node.js and type install stylus and gulp success. But when I call gulp or stylus... they aren't not run.

I tried chance path in regedit and add Enviroment by: gulp command not found - error after installing gulp.

Doesn't work :(( in win 10. My path: C:\Users\Chung Phung\AppData\Roaming\npm.

I can not solve it 2 days :(

enter image description here

Micho
  • 3,929
  • 13
  • 37
  • 40
Chung Back
  • 33
  • 1
  • 5

1 Answers1

1

For gulp, try install gulp-cli globally,

npm install -g gulp-cli

For stylus, try restart your command window.

Yi Kai
  • 630
  • 6
  • 9