我束手无策,因为当我尝试创建反应应用程序时,我不断遇到此错误。我没有使用任何代理(如公司代理等),因为这是在我的个人桌面上。
我尝试过以下解决方案:
npm config set registry http://registry.npmjs.org/
(也尝试过在浏览器上访问此网站,我确实能够访问它)npm config rm proxy
、npm config rm https-proxy
、npm config delete proxy
、npm config delete http-proxy
、npm config delete https-proxy
npm uninstall -g create-react-app
更新它npm cache clean --force
非常感谢任何帮助!
聚会有点晚了,但通过首先启动 Visual Studio 解决了类似的问题