huizhang212 发表于 2014-3-13 14:13:38

添加wp8/windows8平台失败

请教大神,添加wp8或者windows8平台失败,不知如何解决,还请大神指教。具体报错信息如下:

E:\Win8\Data\phonegap\app>cordova -v
3.4.0-0.1.3
E:\Win8\Data\phonegap\app>cordova create hello com.example.hello HelloWorld
Creating a new cordova project with name "HelloWorld" and id "com.example.hello
at location "E:\Win8\Data\phonegap\app\hello"
E:\Win8\Data\phonegap\app>cd hello
E:\Win8\Data\phonegap\app\hello>cordova platform add wp8
Checking wp8 requirements...
Error: Requirements check failed: ��������: û���ļ���չ��.js���Ľű����档
    at C:\Users\ZhangHui\AppData\Roaming\npm\node_modules\cordova\src\metadata\
p8_parser.js:60:22
    at ChildProcess.exithandler (child_process.js:641:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Socket.<anonymous> (child_process.js:956:11)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Pipe.close (net.js:465:12)
E:\Win8\Data\phonegap\app\hello>

请大神指教,谢谢。

huizhang212 发表于 2014-3-13 15:25:32

大神现身吧,解答一下我的问题!!!

admin 发表于 2014-3-16 13:42:11

仔细看看官方文档 需要配置那些东西,再仔细研究研究,过段时间我研究出来分享给大家

huizhang212 发表于 2014-3-17 09:15:37

admin 发表于 2014-3-16 13:42
仔细看看官方文档 需要配置那些东西,再仔细研究研究,过段时间我研究出来分享给大家 ...

官方文档关于WP8的配置太弱了

huizhang212 发表于 2014-3-17 09:37:29

今天从新执行了一下cordova platform add wp8
竟然不报错了,具体原因不明,可能是因为机器从新启动的原因吧。

qucc 发表于 2014-6-19 11:05:16

Error: Requirements check failed: ��������: û���ļ���չ��.js���Ľű����档
    at C:\Users\ZhangHui\AppData\Roaming\npm\node_modules\cordova\src\metadata\
把操作系统换成英文的, 显示的就是
Error: Requirements check failed:There is no engine script for the extension ".js" file

在试试下面这个链接中的方法,我用的Vista的注册表, 然后就成功了
http://winhelponline.com/articles/230/1/Error-There-is-no-script-engine-for-file-extension-when-running-js-files.html
页: [1]
查看完整版本: 添加wp8/windows8平台失败