我在 运行 cmd 中的 运行 npm start 命令时遇到问题 windows 10

I have problem while running npm start command in cmd in windows 10

我是 React 的新手,请帮我解决这个错误,当我尝试 运行 命令 npm start 在对 react 项目做出反应后显示此屏幕。

请尝试以下步骤:

npm cache clean --force

删除 node_modules 文件夹并删除 package-lock.json 文件

 npm install

这个问题不是因为 Reactjs,而是因为你的系统不知道你的 system32 的路径。 请按照以下说明解决此问题

Goto > Control Panel\System and Security\System\Advance system setting\Enviroment variable and set system variables path C:\Windows\System32\ variable and restart your System.

还有一个选择是将 packge.json 中的 react-scripts 降级到 2.1.8=> 保留为最后一个选项。

编码愉快。

转到 > 控制 Panel\System 和 Security\System\Advance 系统 setting\Enviroment 变量并设置系统变量路径 C:\Windows\System32\ 变量并重新启动系统。

希望对您有所帮助。

尝试将 react-scripts 模块降级到版本 2.1.8 而不是 3