Hi,
I’ve got a new computer today and I am trying to install all the dependencies that I had in my Ionic project in my old computer.
I managed my code via github, so first I downloaded everything from github and did
’npm install’ for package.json
’sudo npm install -g cordova’
‘sudo npm install -g ionic’
‘sudo npm install ios-sim -g’
‘sudo npm install ios-deploy -g’
‘cordova plugin add ionic-plugin-keyboard’
but I believe I had more cordova plugins or such… where can I see the list of it and do 100% sync match with the project in my old computer - install?
thanks,