I\'m trying to use gulp on w7. gruntjs works .. node works ... If i start gulp without gulp file, it runs fine .. saying \'no gulpfile found\'
gulp -v gives: cli versio
Here are steps I used to solve that issue:
gulp.js
, rename it to gulpfile.js
> npm install -g gulp
> gulp -v
You are good if you can see the version number of your gulp task runner!
If you're getting a Microsoft JScript runtime error
it isn't running in node but rather in Windows Scripting Host. Ensure Node.exe is in your PATH
.