npm start
我最近在 nodemon 工作正常时尝试运行时遇到了这个问题。
我尝试了很多事情,但我不断收到同样的错误。它在我将 node.js 升级到 14.15.5 后立即开始发生。
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn bash
npm ERR! file bash
npm ERR! path bash
npm ERR! errno -4058
npm ERR! client@1.0.0 start: `node app.js`
npm ERR! spawn bash ENOENT
npm ERR! Failed at the client@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
有人有同样的问题吗?