我已经用GitHub的cordova在Visual项目中安装了一个cordova插件白名单,但是当我重新编译时,我会得到以下错误:
Calling plugman.fetch on plugin "cordova-plugin-whitelist@1.0.1-dev"
Fetching plugin "cordova-plugin-whitelist@1.0.1-dev" via plugin registry
MDAVSCLI : npm error : 404 Not Found: cordova-plugin-whitelist所有的插件文件都在我项目的插件文件夹下.
发布于 2015-06-07 11:29:56
可能的答案:
发布于 2015-06-27 08:19:06
对于这个问题的未来访问者,我有了相似问题,就像它看起来,从一个官方博客帖子,Cordova将他们的插件转移到npm。
我现在用npm轻松地安装了科多瓦-插件-白名单:
npm install cordova-plugin-whitelist发布于 2016-02-09 22:39:59
我刚在这里回答了这个https://stackoverflow.com/a/35303570/3565153
简短的版本是使用git。
cordova plugin add https://github.com/apache/cordova-plugin-whitelisthttps://stackoverflow.com/questions/30688788
复制相似问题