安装React会出现以下错误

时间:2020-03-05 09:50:12

标签: javascript reactjs installation npm-install npx

首先,我在全球进行此安装,然后安装我的应用。 然后我进入我的项目目录。最后,当我运行项目时,它显示下图所示的错误。
我已经尝试了很多事情,例如卸载node.js,然后重新安装或删除节点模块,等等。您认为还应该怎么做?预先谢谢你。

run the container with the -i option to keep stdin open

项目在enter image description here上运行

1 个答案:

答案 0 :(得分:0)

将react-script版本降级到2.1.8。 npm install react-scripts@2.1.8 npm start

Package json依赖项应更新为

"dependencies": { 
    ------------------
    ---------------------
    "react-scripts": "2.1.8"  
 },