Manually Add and Remove plugins in Ionic2 +

Hello,

I don’t know if it’s related to my internet speed or laptop performance, but when I try to add some external plugins like ionic cordova plugin add cordova-plugin-fcm --save, it takes more than 10 minutes to complete…
Since most plugins are on Git, I was wondering if there is a way to add (or remove) them MANUALLY to my Ionic project.
I guess, some files like config.xml will need to to be updated…

How do I manually add a plugin downloaded from Git to my ionic2 project ?

I removed and added some plugins today, I didn’t faced at all the problem you describe. Something must be weird in your config or network

About removing/adding from plugin straight from Github, there you go https://stackoverflow.com/a/49230481/5404186

Any idea of how I could figure out the config problem or network issue ?

To be honest, I’ve got really no clue furthermore it’s really specific to your setup I guess. I just wanted to point out that everything just worked fine for me today to help you search in the right direction