If you are behind a firewall and need to configure proxy settings, see: https://ion.link/cli-proxy-docs

ionic4 创建项目失败 If you are behind a firewall and need to configure proxy settings

ionic4 创建项目报错时,不需要设置代理

如果设置了代理

  1. npm config set proxy=https://registry.npm.taobao.org

  2. npm config set https_proxy=https://registry.npm.taobao.org

解决方案:

取消代理

  1. npm config delete proxy

  2. npm config delete https-proxy

ionic4 创建项目失败 If you are behind a firewall and need to configure proxy settings

相关文章:

  • 2022-12-23
  • 2021-11-14
  • 2021-06-23
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2021-12-07
  • 2021-11-17
  • 2021-04-13
  • 2021-11-08
  • 2022-01-08
相关资源
相似解决方案