Update cordova plugins in one command

前端 未结 14 752
故里飘歌
故里飘歌 2020-12-04 06:34

I am wondering is there an easier way to update cordova plugin?

I googled, found a hook (@ year 2013), but this is not 100% what I want.

I know I can do this

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 07:00

    You can't update it. What you can do is uninstall the cordova plugin and add it again.

    cordova plugin rm https://github.com/apache/cordova-plugin-camera --save
    cordova plugin add https://github.com/apache/cordova-plugin-camera --save
    

提交回复
热议问题