我正在制作一个带有phonegap的应用程序,之前我使用过这个框架,从来没有遇到过这个问题。但我刚把它安装在我的家用电脑上,当我制作" phonegap create test"
时,我发现了这个错误。Creating a new cordova project with name "Hello World" and id "com.phonegap.helloworld" at location "C:\Users\Eloy\Desktop\test"
Using custom www assets from https://github.com/phonegap/phonegap-app-hello-world/archive/master.tar.gz
Downloading hello-world-template library for www...
Error: connect ETIMEDOUT
at errnoException (net.js:905:11)
at Object.afterConnect [as oncomplete] (net.js:896:19)
有什么建议吗?
非常感谢。
答案 0 :(得分:1)
通过设置NPM注册表来解决错误。
npm config set registry http://registry.npmjs.org/
如果你在Linux上,可能必须在命令中添加sudo
。