Skip to content

Instantly share code, notes, and snippets.

@bshepherdson
Last active December 18, 2015 00:59
Show Gist options
  • Select an option

  • Save bshepherdson/5700402 to your computer and use it in GitHub Desktop.

Select an option

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.
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