npm install gulp -g should be executed before gulp watch , otherwise it will throw a error Error: Cannot find module 'readable-stream/transform'
I found the solution in http://stackoverflow.com/questions/24010598/node-js-cannot-find-module-readable-stream
please update your How to contribute docs 😄
npm install gulp -gshould be executed beforegulp watch, otherwise it will throw a errorError: Cannot find module 'readable-stream/transform'I found the solution in http://stackoverflow.com/questions/24010598/node-js-cannot-find-module-readable-stream
please update your How to contribute docs 😄