Watch script error
Running windows 10, tried to command "npm run watch" and received the following error:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] watch: gulp
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] watch script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Same ocurred to me... :/ Is it still working nowadays?
Still works. Make sure gulp-cli is installed globally, and if you are using nvm or something simmilar make sure gulp-cli is installed on the node version you are currently using. Also look at the error log and see what failed.
Also try this one https://github.com/codingphasedotcom/Dev-Starter-Kit