在Ember设置期间,我收到了一个" ETIMEDOUT错误"

时间:2017-07-27 11:26:35

标签: javascript ember.js ember-cli

我正在运行以下命令来设置我的Ember项目;

npm install
bower --force install
ember generate my-addon

设置时,我收到的错误如下;

installing my-addon
install bower packages ember, jquery-ui, jqwidgets, moment, blueimp-file-upload, d3, nvd3, jquery-cookie
cached
cached
cached
cached
cached
cached
cached
cached
cached
new version for
cached
progress received 2.1MB of 3.8MB downloaded, 55%
progress received 2.3MB of 3.8MB downloaded, 62%
progress received 2.6MB of 3.8MB downloaded, 69%
progress received 2.9MB of 3.8MB downloaded, 77%
progress received 3.2MB of 3.8MB downloaded, 85%
progress received 3.5MB of 3.8MB downloaded, 93%
{ [Error: connect ETIMEDOUT 216.58.196.100:443]
code: 'ETIMEDOUT',
errno: 'ETIMEDOUT',
syscall: 'connect',
address: '216.58.196.100',
port: 443 }
resolved
Installed browser packages via Bower.
Installed my-addon - jQWidgets
Installed my-addon images
Installed my-addon assets to addon dummy app

1 个答案:

答案 0 :(得分:0)

由于代理服务器出现问题,Bower看起来出错了。这是一个相关的问题,可能会让您朝着正确的方向前进:Bower install - failed with ETIMEDOUT