Last active
August 29, 2015 14:15
-
-
Save nutti/34a68612b81351ba878d to your computer and use it in GitHub Desktop.
[PhoneGap/Cordova] 古いバージョンのプラグインをインストールする方法 ref: http://qiita.com/nutti/items/0b31939dc9a815d763aa
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
$ cordova plugin add [プラグインのID] |
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
$ cordova plugin add [プラグインのID]@[バージョン] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment