gpt4 book ai didi

ionic3 - Ionic 3 CLI 无法在代理后面启动项目

转载 作者:行者123 更新时间:2023-12-03 17:37:59 26 4
gpt4 key购买 nike

我是 Ionic 的新手。我在开始使用 Ionic 3 时遇到了代理问题。

通过 npm 安装 Ionic &cordova 后,尝试按照 ionic help 的建议使用以下命令创建一个新项目
enter image description here

npm install -g @ionic/cli-plugin-proxy

其次是
ionic start helloWorld blank --type ionic-angular

Error: getaddrinfo ENOTFOUND github.com github.com:443enter image description here



npm config 和 git config 已经设置并工作,因为我使用 angular 背后的代理能够安装任何库并推送到 github 没有任何问题
  • npm 配置集代理 http://userid:password@proxy.server.com:port
  • npm 配置集 https-proxy http://userid:password@proxy.server.com:port
  • npm 配置集 http-proxy http://userid:password@proxy.server.com:port
  • git config --global http.proxy
    http://proxyuser:proxypwd@proxy.server.com:8080

  • 也有环境变量 HTTP_PROX、PROXY 和 IONIC_HTTP_PROXY。

    尝试卸载 ionic 并重新安装,再次设置代理,但没有任何帮助。找不到任何帮助。我需要设置任何其他代理才能使用 ionic 3 吗?
    请指导我解决这个问题。

    版本
  • 节点:7.8.0
  • npm : 4.0.3
  • ionic :3.1.2
  • Cordova :7.0.1
  • 最佳答案

    我在 ionic 3 上遇到了同样的问题
    它通过使用最新版本的 node.js 解决了

    实际上我使用了为大多数用户推荐的v6.10.3版本,不要使用当前版本,因为它通常还不稳定。

    关于ionic3 - Ionic 3 CLI 无法在代理后面启动项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44021003/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com