Last active
December 18, 2015 00:59
-
-
Save bshepherdson/5700402 to your computer and use it in GitHub Desktop.
Incantation to install and properly link git version of cordova-plugman and cordova-cli.
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
| git clone https://git-wip-us.apache.org/repos/asf/cordova-plugman.git | |
| cd cordova-plugman | |
| npm install | |
| sudo npm link | |
| cd .. | |
| git clone https://git-wip-us.apache.org/repos/asf/cordova-cli.git | |
| cd cordova-cli | |
| git checkout master2 | |
| npm install | |
| sudo npm link | |
| npm link plugman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment