1

在尝试添加插件或进行构建时,我收到以下错误。config.xml 确实存在于该位置

我正在使用的命令是

$ phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git

$ phonegap build ios

错误

fs.js:427
 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
             ^
Error: ENOENT, no such file or directory '/Users/Tiltmac1/Sites/RBG/plantbank-   app/platforms/ios/PlantBank/config.xml'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.readFileSync (fs.js:284:15)
at Object.module.exports.parseElementtreeSync (/usr/local/lib/node_modules/phonegap/node_modules/cordova/src/xml-helpers.js:107:27)
at Object.config_parser (/usr/local/lib/node_modules/phonegap/node_modules/cordova/src/config_parser.js:25:20)
at Object.ios_parser (/usr/local/lib/node_modules/phonegap/node_modules/cordova/src/metadata/ios_parser.js:61:19)
at doInstall (/usr/local/lib/node_modules/phonegap/node_modules/cordova/src/plugin.js:131:50)
at /usr/local/lib/node_modules/phonegap/node_modules/cordova/src/plugin.js:152:41
at runInstall (/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:192:23)
at possiblyFetch (/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:62:9)
at Object.installPlugin (/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:42:5)
4

2 回答 2

0

嗨“git”也是一个节点模块。你应该像这样安装插件。

npm 安装 -g git

这会将 git 作为一个模块安装在您的节点源位置。

重新启动机器。

安装phonegap插件:C:\Users\user1\yourprojectname>cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git

您将收到以下响应:从“ https://git-wip-us.apache.org/repos/asf/cordova-plugin-cam era.git”获取插件...开始安装“org.apache.cordova.相机”为 android 准备 android 项目 org.apache.cordova.camera 安装在 android 上。

于 2014-04-06T02:48:00.787 回答
-2

难道是所有的空间?“RBG/plantbank-应用程序/平台”

于 2013-10-15T07:11:06.857 回答