如何通过CLI将iOS插件添加到Phonegap?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何通过CLI将iOS插件添加到Phonegap?相关的知识,希望对你有一定的参考价值。
我正在尝试使用Phonegap CLI构建我的应用程序。我已经创建了项目,然后当我尝试添加插件时,我得到:
$ sudo phonegap插件添加cordova-plugin-globalization
错误:无法通过注册表获取插件git + https://github.com/apache/cordova-plugin-globalization.git。
可能这是连接问题,或者插件规范不正确。
检查您的连接和插件名称/版本/ URL。
错误:npm:命令失败,退出代码1错误输出:
错误的ERR!代码1
错误的ERR!命令失败:/ usr / bin / git clone -q https://github.com/apache/cordova-plugin-globalization.git /Users/apple/.npm/_cacache/tmp/git-clone-4dc164cf
错误的ERR! /Users/apple/.npm/_cacache/tmp/git-clone-4dc164cf/.git:权限被拒绝
错误的ERR!
错误的ERR!可以在以下位置找到此运行的完整日志:
错误的ERR! /Users/apple/.npm/_logs/2018-03-02T11_53_27_023Z-debug.log
完整的日志包含:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'git+https://github.com/apache/cordova-plugin-globalization.git',
1 verbose cli '--production',
1 verbose cli '--save' ]
2 info using npm@5.6.0
3 info using node@v8.9.4
4 verbose npm-session 85b442bcb6c2c486
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData error for git+https://github.com/apache/cordova-plugin-globalization.git Command failed: $
7 silly fetchPackageMetaData /Users/apple/.npm/_cacache/tmp/git-clone-4dc164cf/.git: Permission denied
8 verbose stack Error: Command failed: /usr/bin/git clone -q https://github.com/apache/cordova-plugin-globalization.gi$
8 verbose stack /Users/apple/.npm/_cacache/tmp/git-clone-4dc164cf/.git: Permission denied
8 verbose stack
8 verbose stack at ChildProcess.exithandler (child_process.js:275:12)
8 verbose stack at emitTwo (events.js:126:13)
8 verbose stack at ChildProcess.emit (events.js:214:7)
8 verbose stack at maybeClose (internal/child_process.js:925:16)
8 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
9 verbose cwd /Users/apple/Desktop/chambes phonegap app/Chamresdhotesapp
10 verbose Darwin 17.4.0
11 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "git+https://github.com/apache/cordova-plugin-glo$
12 verbose node v8.9.4
13 verbose npm v5.6.0
14 error code 1
15 error Command failed: /usr/bin/git clone -q https://github.com/apache/cordova-plugin-globalization.git /Users/apple$
15 error /Users/apple/.npm/_cacache/tmp/git-clone-4dc164cf/.git: Permission denied
16 verbose exit [ 1, true ]
如果我浏览到/ Users / apple /,我看不到.npm文件夹。这是隐藏的吗?
Eugh,我在踢自己!!!!
- 我的项目文件夹名为“chambres new test”。它似乎不喜欢空间。我重新创建它只是“chambres”,它现在添加了插件
- 我试图像这样添加插件:
sudo phonegap插件添加https://github.com/apache/cordova-plugin-device.git
出于某种原因,它不喜欢那样。但它确实适用于:
sudo phonegap plugin add cordova-plugin-device
以上是关于如何通过CLI将iOS插件添加到Phonegap?的主要内容,如果未能解决你的问题,请参考以下文章
无法将下载的插件添加到 Cordova/Phonegap 项目
将插件添加到 Phonegap (3.1.0) Cleaver 应用程序不起作用
Phonegap:如何将插件(如FileSystem)添加到blackberry10?