我在 C:ProgramFiles 中安装了 nodejs。在管理员模式下通过命令提示符安装 create-react-app 并执行 npx create-react-app reactproject。它在 reactproject 文件夹中创建所有必需的文件。但是当尝试 npm start 时,出现以下错误。
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! reactproject@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the reactproject@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\gargp\AppData\Roaming\npm-cache\_logs\2021-01-04T21_31_57_077Z-debug.log
节点 版本 是 14.15.4 npm 版本 6.14.10
我尝试了互联网上提供的所有可能的解决方案,即
没有解决任何问题。请建议...