bug with expected cordova from coho
Closed this issue · 4 comments
brianleroux commented
stevengill commented
Yeah. I will add a workaround for this in the readme.
Issue is that the config.json file in the project points to ios/android libs on my machine. I am having to do this because cordova CLI currently uses 2.9 by default. The workaround is to go edit the config.json and point it to your own copies of cordova-ios and cordova-android that are on master (3.0 compatible). Once the CLI is updated to use 3.0, the config.json file will work for everyone and users won't need to point it to specific directories.
-Steve
brianleroux commented
filmaj commented
yes. point the uri
in the config.json to a remote url pointing to a .tar.gz file
mwbrooks commented
Yep, works on both cordova-cli
and phonegap-cli
.