npm 错误!执行 create-react-app 时代码 ECONNRESET

问题描述 投票:0回答:1

我束手无策,因为当我尝试创建反应应用程序时,我不断遇到此错误。我没有使用任何代理(如公司代理等),因为这是在我的个人桌面上。

当我检查日志时,什么也没有。

我尝试过以下解决方案:

  • 尝试使用
    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
  • 安装了yarn并使用了它的create-react-app
  • 卸载节点并重新安装节点
  • 更新到npm最新版本
  • 在管理模式下启动命令提示符
  • 在 Windows 代理设置中禁用“自动检测设置”

非常感谢任何帮助!

node.js reactjs npm node-modules create-react-app
1个回答
0
投票

聚会有点晚了,但通过首先启动 Visual Studio 解决了类似的问题

  • 以管理员身份运行
© www.soinside.com 2019 - 2024. All rights reserved.