我正在按照http://phonegap.com/install/上的程序进行操作
npm install -g phonegap
似乎正在工作,它在 AppData\Roaming\npm\node_modules\phonegap 下创建了一个 40+ Mb 文件夹
然后,
phonegap 创建我的应用程序
产生以下错误:
[错误] 在 C:\Users\.cordova\lib\www\phonegap\3 .0.0\www 中下载的 www 资产不包含 index.html,或带有 index.html 的 www 子目录
我也试过这里的文档:http: //docs.phonegap.com/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface
这就是发生的事情:
cordova create hello com.example.hello HelloWorld [TypeError: Cannot read property 'length' of undefined]
你有什么想法为什么会发生这种情况?谢谢