Visual Studio无法卸载Apache Cordova插件

时间:2017-05-16 17:38:21

标签: visual-studio cordova visual-studio-2015 apache-cordova

我在config.xml中使用Visual Studio内置的插件安装程序来安装名为" pushbots"的插件,但我不再需要它,所以我试图删除它。 它说"安装过程中的错误"并且构建失败,出现167个错误。 enter image description here

来自安装日志:

Error: Uh oh!
ENOENT, no such file or directory 'D:\[project folder]\platforms\android\pushbots-cordova-plugin'

构建错误:

Severity    Code    Description Project File    Line    Suppression State
Error       import com.pushbots.push.Pushbots;  OIU     1   

Severity    Code    Description Project File    Line    Suppression State
Error       D:\
[project]\platforms\android\src\com\pushbots\plugin\PushbotsPlugin.java:4: 
error: package com.pushbots.push does not exist OIU     1   

我不需要让插件正常工作,我只需要摆脱构建错误。这是我的第一个apache cordova应用程序,我不知道该怎么做。

1 个答案:

答案 0 :(得分:0)

使用了一个应用程序cordova-check-plugins,它允许删除所有插件。 来源:here