npm not running scripts in package.json

后端 未结 2 1612
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

提交回复
热议问题