Hello. I have a dumb question, but yet didn’t find an answer to it… How do you manage your plugin dependencies in Ionic 2?
For example I\m working through 2 different pc. The code is sync through GIT. After cloning the code to other pc I need manually by hand add all required plugins. Is it possible somehow through package.json file get all required plugins?
This is my info and the only thing that works for me now is “cordova plugin save” and it stores it to the config.xml, no longer the cordovaPlugins key in the package.json