這是輸出,知道我是下一個代理運行它,我指定的代理設置。Apache的科爾多瓦,無法創建一個應用程序
npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080
然後我運行這個命令在指定的文件夾「hello」中創建一個新的應用程序。
C:\>cordova create hello com.example.hello HelloWorld
Creating a new cordova project with name "HelloWorld" and id "com.example.hello"
at location "C:\hello"
Downloading cordova library for www...
這是錯誤:
Error: connect ETIMEDOUT
at errnoException (net.js:904:11)
at Object.afterConnect [as oncomplete] (net.js:895:19)
有人幫助,還有其他人只是試圖判斷人。我在等待一個答案,而你正在投票給我,如果你願意的話,把它們全部拿走。我不是爲了信譽而來到這裏來幫助並獲得解答 –
您在哪裏/如何指定代理設置? – MBillau
@MBillau npm config set proxy http://proxy.*******.com:8080 npm config set https-proxy http://proxy.*******.com:8080 –