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

前端 未结 5 2127
野趣味
野趣味 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:35

    Try running npm link gulp in your application directory (to create a local link to the globally installed Gulp module).

提交回复
热议问题