0

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

   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)

我尝试使用此处的建议来解决该问题,但它并没有改变任何东西。

对于如何解决该问题的任何建议,我们将不胜感激。

4

1 回答 1

0

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

于 2013-10-08T08:01:42.067 回答