Phonegap - 无法使用CLI添加插件

时间:2013-09-18 07:18:41

标签: cordova cordova-cli

尝试添加插件时,出现以下错误:

   phonegap local plugin add https://git-wip-us.apache.org
    /repos/asf/cordova-plugin-device.git
    [phonegap] adding the plugin: https://git-wip-us.apache.org/repos/asf/cordova-pl
    ugin-device.git

    fs.js:427
      return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                     ^
    Error: ENOENT, no such file or directory 'C:\DOCUME~1\k\USTAWI~1\Temp\plugma
    n-tmp1379488251610\plugin.xml'
        at Object.fs.openSync (fs.js:427:18)
        at Object.fs.readFileSync (fs.js:284:15)
        at Object.module.exports.parseElementtreeSync (C:\Documents and Settings\k\Dane aplikacji\npm\node_modules\phonegap\node_modules\cordova\node_modules\pl
    ugman\src\util\xml-helpers.js:107:27)
        at C:\Documents and Settings\k\Dane aplikacji\npm\node_modules\phonegap\
    node_modules\cordova\node_modules\plugman\src\util\plugins.js:67:39
        at C:\Documents and Settings\k\Dane aplikacji\npm\node_modules\phonegap\
    node_modules\cordova\node_modules\shelljs\shell.js:1707:7
        at ChildProcess.exithandler (child_process.js:641:7)
        at ChildProcess.EventEmitter.emit (events.js:98:17)
        at maybeClose (child_process.js:735:16)
        at Process.ChildProcess._handle.onexit (child_process.js:802:5)

我尝试使用来自here的建议解决该问题,但它不会改变任何内容。

对于如何解决这个问题的任何建议都会非常感激。

1 个答案:

答案 0 :(得分:0)

如果有人在Windows上遇到与PhoneGap类似的问题 - 安装最新的Git版本可以解决所有问题......

相关问题