无法在代理服务器后面的visual studio中安装angularJS2

时间:2017-01-19 15:56:38

标签: node.js angular npm-install

我无法在坐在代理服务器后面的visual studio中启动angularJS2项目。我所做的以下步骤是

  1. 已安装node.js - v6.9.4
  2. npm version是3.10.10
  3. 将npm配置设为
  4. npm config set https-proxy = http://username:password@companyAddress:8080

    并尝试了这个

    npm config set https-proxy = http://“username:password”@companyAddress:8080以及

    1. 我有一个从这里下载的package.json文件package.json file downloaded link
    2. 现在当我在命令提示符下运行以下命令时,导航到我项目的文件夹,最初我得到一个像这样的加载器

      enter image description here

      然后它会返回一个像这样的错误

      enter image description here

      我甚至按照建议的http://domainName%5Cusername:password@company.com:8080/尝试了这个npm配置集代理“here”,但它没有工作

      我已经尝试过stackoverflow和github中提到的所有博客,但没有什么能超越以下步骤而且没有解决我的问题。

0 个答案:

没有答案