在node.js的命令行裏(Node.js command prompt)執行npm install -g phonegap命令安裝phonegap3.0,出現etimeout問題。
我是經過設置代理訪問外網,而命令行裏沒有設置代理,因此在命令行裏沒法鏈接網絡,沒法安裝成功。出現這種狀況須要在命令行裏設置代理。
node
windows的命令行下設置網絡代理,在命令行下,執行以下命令:npm
set http_proxy=http://proxy.com:port/windows
set http_proxy_user=username網絡
set http_proxy_pass=passwordspa
以後就能夠經過代理訪問網絡了。命令行