无法在 cordova 项目中安装插件

Unable to install plugins in cordova project

我面临一个大问题:Unable to install the phonegap plugins 在我的 cordova project.Actually 中它昨天仍然运行良好。

现在,每当我尝试在我的 cordova 项目中使用 CLI 添加任何 cordova 插件时。我收到以下错误;

D:\Projects\test cordova>cordova plugin add org.apache.cordova.network-information
Fetching plugin "org.apache.cordova.network-information" via plugin registry
npm http GET http://registry.cordova.io/org.apache.cordova.network-information
npm http 502 http://registry.cordova.io/org.apache.cordova.network-information
npm ERR! registry error parsing json

实际问题是什么?我该如何解决这个问题? 请帮帮我..

解决方案是等待:

看到了吗?:

npm http 502 http://registry.cordova.io/org.apache.cordova.network-information

http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#502

解析文件时出错?:

npm ERR! registry error parsing json

这是因为没有文件或有效格式的json文件需要解析。

托管文件的服务器暂时关闭。您可以选择报告问题。

我也遇到了同样的问题。但是当我尝试 github 版本的插件时,它仍然有效。 为什么不尝试使用这个:

cordova 插件添加 https://github.com/apache/cordova-plugin-network-information.git