我正在尝试使用npm run start
命令运行NPM,但出现此错误:
> @ start C:\Users\Aristophanes
> cd packages/react-scripts && node bin/react-scripts.js start
The system cannot find the path specified.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ start: `cd packages/react-scripts && node bin/react-scripts.js start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
有人知道为什么会这样吗?谢谢。