Local gulp not found (Try running: npm install gulp)

前端 未结 5 1933
野趣味
野趣味 2021-01-31 13:12

I created a module (webapp-module-storage) which has the following definitions:

package.json

{
  \"dependencies\": {
    ..         


        
5条回答
  •  一整个雨季
    2021-01-31 13:59

    I have tried all the solutions mentioned. At the end I was able to solve the problem by realising that the gulpfile.js file was missing on the location i was using the gulp. After placing the gulpfile.js in the folder from where I was executing gulp, it worked for me.

提交回复
热议问题