npm not running scripts in package.json

后端 未结 2 1613
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:01

    npm config set ignore-scripts false would do the trick for you.

    The struggle is real my friend, not following random tutorials from now.

    https://github.com/npm/cli/issues/541

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题