-
npm install -
npm install gulp -
create file npm-shrinkwrap.json with(如果原本存在该文件,则把文件的内容替换为下面的信息)
{ "dependencies": { "graceful-fs": { "version": "4.2.2" } } } -
npm install(again) (Notnpm install gulpagain! Very important - otherwise the error will be come back) -
gulp (now working)