npm not running scripts in package.json

后端 未结 2 1615
Happy的楠姐
Happy的楠姐 2020-12-20 07:22

The problem is that when I do npm start OR npm run customScriptCommand npm just not doing anything with the project and quickly just return new lin

2条回答
  •  借酒劲吻你
    2020-12-20 08:16

    You can install yarn and it works; just run yarn start. As to what caused the problem I have no idea.

提交回复
热议问题