由于语法错误,无法添加PhoneGap插件

时间:2013-11-25 18:58:13

标签: node.js cordova syntax-error phonegap-plugins

我正在尝试将一个插件添加到我的PhoneGap项目中,但它因语法错误而失败。

命令:

  

phonegap本地插件添加https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git

执行:

  

[phonegap]添加插件:https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git

然后错误:

  

/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/node_modules/xcode/lib/parser/pbxproj.js:2654           抛出新的this.SyntaxError(                 ^   SyntaxError:预期“/ *”,“=”或[A-Za-z0-9_]但是“。”找到。

看起来node.js解析器会因为遇到意外的.而抛出错误。关于导致它的原因或我如何进一步调试的任何想法?

感谢;)

1 个答案:

答案 0 :(得分:0)

你并不孤单,我猜:)看起来像CLI中的一个错误

https://github.com/phonegap/phonegap-cli/issues/188