简体   繁体   中英

How to uninstall cordova plugins in terminal

I want remove plugins. I list my plugins

cordova plugin list

cordova-plugin-calendar 4.4.7 "Calendar"
cordova-plugin-camera 2.1.1 "Camera"
cordova-plugin-console 1.0.2 "Console"
cordova-plugin-device 1.1.1 "Device"
cordova-plugin-dialogs 1.2.0 "Notification"
cordova-plugin-file 4.1.1 "File"

then

cordova plugin remove cordoba-plugin-calendar 4.4.7 "Calendar"

I got this error

Error: Plugin "Calendar" is not present in the project. See cordova plugin list .

Where did I mistake?

try with

cordova plugin remove cordova-plugin-calendar

regards.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM