How to remove installed ionic cordova plugin from ionic 2 / 3 or ionic V2+ project

后端 未结 4 1845
情深已故
情深已故 2021-02-13 14:22

I installed Cordova and Ionic Native plugins into the ionic3 project.

But I need to remove only that specific Cordova and Ionic Native plugins from the project complete

4条回答
  •  [愿得一人]
    2021-02-13 14:47

    You can use the following command to remove

    ionic cordova plugin rm 
    

    Example :

    ionic cordova plugin rm cordova-plugin-camera
    

    Please check the similar type of question to here.

    Also please check the documentation of plugin commands from here.

    Hope this will help you!!

提交回复
热议问题