Created
November 18, 2017 06:54
-
-
Save hsleonis/bac7641f47114dad80f5262cb65e8f8e to your computer and use it in GitHub Desktop.
Ionic [email protected]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Run the following command in your project to save your currently installed plugins into config.xml: | |
cordova plugin save | |
:: To upgrade | |
npm install -g cordova | |
cd my_project | |
cordova platform rm ios | |
cordova platform add [email protected] | |
:: To add it explicitly | |
cordova platform add [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment