node.js - PhoneRTC:git 子模块已损坏

标签 node.js git cordova phonertc

我正在使用 Wiki 指南来测试该插件。

当我执行命令时:

cordova plugin add https://github.com/alongubkin/phonertc.git

电脑卡住了几分钟,然后给出错误(来自日志):

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Users\\Sandro\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install',
1 verbose cli   'https://github.com/alongubkin/phonertc.git',
1 verbose cli   '--save' ]
2 info using npm@5.1.0
3 info using node@v8.1.3
4 verbose npm-session e0fe9efdcc26a6c4
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData error for git+https://github.com/alongubkin/phonertc.git Command failed: c:\Program Files\Git\mingw64\libexec\git-core\git.EXE submodule update -q --init --recursive
7 silly fetchPackageMetaData fatal: 'submodule' appears to be a git command, but we were not
7 silly fetchPackageMetaData able to execute it. Maybe git-submodule is broken?
8 verbose stack Error: Command failed: c:\Program Files\Git\mingw64\libexec\git-core\git.EXE submodule update -q --init --recursive
8 verbose stack fatal: 'submodule' appears to be a git command, but we were not
8 verbose stack able to execute it. Maybe git-submodule is broken?
8 verbose stack
8 verbose stack     at ChildProcess.exithandler (child_process.js:270:12)
8 verbose stack     at emitTwo (events.js:125:13)
8 verbose stack     at ChildProcess.emit (events.js:213:7)
8 verbose stack     at maybeClose (internal/child_process.js:897:16)
8 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
9 verbose cwd C:\Users\Sandro\AndroidStudioProjects\[PhoneGap]\phonertc_demo\node_modules
10 verbose Windows_NT 10.0.14393
11 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Sandro\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "https://github.com/alongubkin/phonertc.git" "--save"
12 verbose node v8.1.3
13 verbose npm  v5.1.0
14 error code 128
15 error Command failed: c:\Program Files\Git\mingw64\libexec\git-core\git.EXE submodule update -q --init --recursive
15 error fatal: 'submodule' appears to be a git command, but we were not
15 error able to execute it. Maybe git-submodule is broken?
16 verbose exit [ 1, true ]

Cordova、Node、Npm 运行良好。 还有 Git,我使用的是 Mingw64。

从 Mingw 本身尝试,会引发另一个错误:

Error: Failed to fetch plugin https://github.com/alongubkin/phonertc.git via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: cmd: Command failed with exit code 1 Error output:
npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Sandro\AppData\Roaming\npm-cache\_logs\2017-07-10T11_26_43_415Z-debug.log

我已经尝试从管理员控制台启动所有内容,但出现同样的错误。

无法识别问题。欢迎任何提示。

最佳答案

似乎无法使用新的获取逻辑来获取此(和其他)插件。 为了使添加插件工作,您必须使用旧插件,添加

--nofetch

标志。添加插件的命令是:

cordova插件添加https://github.com/alongubkin/phonertc.git --nofetch

关于node.js - PhoneRTC:git 子模块已损坏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45010849/

相关文章:

node.js - 存储静态内容时应用程序大小重要吗?

node.js - socket.io 收到错误 : "Unexpected token ..."

node.js - dotnet core 可移植 Angular 应用程序未运行

xcode - Git 无法识别在 xcode 项目中添加 .xcscheme 文件

javascript - 在多设备混合应用程序中加载应用程序包内容

jquery - 如何使用phonegap实现leadbolt应用程序图标、通知或解锁器

javascript - 如何修复 Node js 中的设置 header ?

git - "git log -1"有什么作用?

每次我推送时,Git 都会询问用户名

javascript - 引用对象 Web SQL JavaScript