2015-11-16 36 views
0

我試圖創建一個應用程序離子,但得到以下錯誤「離子啓動項目測試」 給錯誤ENOTFOUND github上:443

命令: - 離子創建testapp sidemenu

錯誤:的getaddrinfo ENOTFOUND github.com github.com:443

「 文件夾?.. \會議基地 d上sidemenu項目 下載創建離子應用:https://github.com/driftyco/ionic-app-base/archive/master.zip 錯誤初始化應用程序:錯誤:ê的getaddrinfo NOTFOUND github.com github.com:443

Error: getaddrinfo ENOTFOUND github.com github.com:443 
    at errnoException (dns.js:26:10) 
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:77:26) 

getaddrinfo ENOTFOUND github.com github.com:443 (CLI v1.7.8) 

Your system information: 

Cordova CLI: 5.4.0 
Ionic CLI Version: 1.7.8 
Ionic App Lib Version: 0.6.4 
OS: Windows 7 SP1 
Node Version: v4.2.1 

請建議如何解決這個問題,我在的PhoneGap /離子/

的NodeJS

[編輯]代理已成功配置新。

回答

0

我也得到那個同樣的問題。 我還設置代理,HTTP代理的NPM已經但是仍然得到問題 我解決了這個問題通過離子模塊中設置代理在本link

解釋基本上你只需要在第下面一行的添加沒有421(約。就在代碼創建隧道之前)在require.js中設置代理,然後這個Ionic CLI將開始工作。

// hack to add proxy 
    self.proxy = 'http://proxy-ip:proxy-port';