无法构建 nodejs 项目 npm run build 不起作用,我也尝试过 nodemon 仍然无法做到。应用程序在localhost:3000
. 但在建造时它失败了
me@sf:~$ npm run build
> project@1.0.1 build
> start build
sh: 1: start: not found
包.json
"scripts": {
"test": "test",
"start": "node index.js",
"build": "start build"
},