如何在安装create-react-app时修复“错误:生成cmd ENOENT”?

时间:2019-05-07 12:33:54

标签: reactjs create-react-app

我正在安装一个create-react-app。 我已经在几周前设法做到了,但是这次不起作用。当我执行命令“ npm start”时,它将引发错误。

我遵循了reactjs.org上的教程。

我已经卸载并重新安装了最新版本的nodejs(v10.15.3)。我的npm版本是:6.9.0。

有任何帮助解决此问题的线索吗?谢谢

Starting the development server...

events.js:174
      throw er; // Unhandled 'error' event
      ^

Error: spawn cmd ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
Emitted 'error' event at:
    at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
    at onErrorNT (internal/child_process.js:415:16)
    at process._tickCallback (internal/process/next_tick.js:63:19)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! memory@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the memory@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\Amelie\AppData\Roaming\npm-cache\_logs\2019-05-07T12_02_27_185Z-debug.log

C:\Users\Amelie\Documents\Formation Développeur WEB\React OCR\memory>.\node_modules.bin\eslint
Le chemin d’accès spécifié est introuvable.

C:\Users\Amelie\Documents\Formation Développeur WEB\React OCR\memory>

1 个答案:

答案 0 :(得分:0)

尝试在package.json文件中将您的react-scripts依赖项降级为^2.1.8

对我有用