google / web-starter-kit

Web Starter Kit - a workflow for multi-device websites
http://developers.google.com/web/starter-kit
Apache License 2.0
18.42k stars 3.01k forks source link

Cannot find module 'gulp-load-plugins' #912

Closed prakashdge closed 6 years ago

prakashdge commented 7 years ago

I ran following commands in my local

  1. npm install --global gulp
  2. npm install
  3. gulp

then getting the following error.

Error: Cannot find module 'gulp-load-plugins' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17)

prakashdge commented 7 years ago

npm clear cache worked, I have cleared cache and rerun the above commands worked for me