它给我这个错误saksh@DELL MINGW 64
$ npm start
[email protected] start
react-scripts start
npm ERR! Cannot read properties of undefined (reading 'stdin')
npm ERR! A complete log of this run can be found in
字符串
package.json我尝试重新安装node js和node模块,但没有任何工作。
它给我这个错误saksh@DELL MINGW 64
$ npm start
[email protected] start
react-scripts start
npm ERR! Cannot read properties of undefined (reading 'stdin')
npm ERR! A complete log of this run can be found in
字符串
package.json我尝试重新安装node js和node模块,但没有任何工作。
2条答案
按热度按时间a8jjtwal1#
你可以尝试以下步骤-
1.清除NPM缓存-
$ npm cache clear --force
1.删除node_modules。
1.删除package-lock.json
1.确保您使用的是与react 18-
"node": "16.x || 18.x || 19.x || 20.x"
兼容的Node版本之一$ npm install
1.现在尝试再次运行您的应用程序,希望它会工作.
x1c 0d1x的数据
y1aodyip2#
更新Npm通过
字符串
删除节点模块
型
在那个干净的缓存之后
型
然后再次执行npm安装