相关疑难解决方法(0)

升级cordova:无法再从git urls安装插件

我做了一个cordova/phonegap升级,现在我不能再从git urls安装插件了.有人经历过这样的问题,已经解决了这个问题

$ cordova plugin add https://github.com/dawsonloudon/VideoPlayer.git
Fetching plugin "https://github.com/dawsonloudon/VideoPlayer.git" via git clone
Repository "https://github.com/dawsonloudon/VideoPlayer.git" checked out to git ref "master".
shell.js: internal error
Error: EXDEV, cross-device link not permitted '/var/folders/xl/bkl76rm570gfsmjspfjgh45h0000gn/T/git/1434106220728/LICENSE'
    at Object.fs.renameSync (fs.js:554:18)
    at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/mv.js:77:8
    at Array.forEach (native)
    at Object._mv (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/mv.js:53:11)
    at Object.mv (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/common.js:186:23)
    at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/plugins.js:53:19
    at _fulfilled (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
    at self.promiseDispatch.done (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
    at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
    at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:557:44
Run Code Online (Sandbox Code Playgroud)

版本信息:

$ phonegap -v
5.0.0-0.28.1

$ cordova -v
5.1.1
Run Code Online (Sandbox Code Playgroud)

OSX 10.10.3

编辑:如果我将我的存储库移动到我的主目录(〜/)似乎它的工作原理.

phonegap-plugins cordova

23
推荐指数
3
解决办法
1万
查看次数

标签 统计

cordova ×1

phonegap-plugins ×1