Ah I installed cordova from the debian package as in the Setup Guide Once I installed it from npm, it's fine.
On Mon, Dec 21, 2015 at 3:13 PM, Shazron <[email protected]> wrote: > It was fine on OS X, so it might be something with my Ubuntu setup... > > On Mon, Dec 21, 2015 at 3:10 PM, Shazron <[email protected]> wrote: >> I tried and got an error: >> >> ------- >> $ cordova platform add >> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2 >> git cloning: https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2 >> Unable to fetch platform >> null@https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2: >> Error: Command failed: /bin/sh -c git clone >> "https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2" >> "/home/admin_/.cordova/lib/tmp/tmp_cordova_git_14508_1450738848943" >> Cloning into >> '/home/admin_/.cordova/lib/tmp/tmp_cordova_git_14508_1450738848943'... >> fatal: >> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2/info/refs >> not valid: is this a git repository? >> ------- >> >> Do you think I'm missing something? >> cordova --version gives 4.3.1 >> >> I'm not running locally linked cordova-lib copies, just whatever was >> released by the CLI. >> >> On Fri, Dec 18, 2015 at 3:35 AM, David Barth <[email protected]> >> wrote: >>> Hmm, indeed... >>> >>> This is the same node_modules problem that affects other releases I think. >>> >>> I have used your recommendation to re-install the dependencies and >>> re-uploaded an archive with the missing files : >>> https://dist.apache.org/repos/dist/dev/cordova/CB-10210/ >>> >>> Then I verified on the list archive that it seems to be an accepted >>> practice to add the node_modules into git. I moved the tag for 4.3.2 up to >>> the commit with the additional node_modules files. >>> >>> Check your local clone : git rev-parse 4.3.2" in cordova-ubuntu should >>> reply with "2e019a849a75ade3af9fb3db3ef7c6a6dca47475". If it is wrong, do >>> "git fetch --tags". >>> >>> I then verified that this command would succeed : >>> cordova -d platform add >>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2 --verbose >>> >>> You may still see some "missing icon in config.xml" warnings unless you use >>> the -dev branch of cordova-lib which includes my fixes. >>> >>> >>> On Thu, Dec 17, 2015 at 9:10 PM, Shazron <[email protected]> wrote: >>> >>>> Note that: >>>> cordova platform add https://github.com/apache/cordova-ubuntu#4.3.2 >>>> >>>> will not work yet, the tag hasn't been mirrored to Github. Do a: >>>> cordova platform add >>>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2 >>>> >>>> instead. >>>> >>>> --- >>>> On both OS X 10.11 and Ubuntu 15.10: >>>> >>>> I get an exception: >>>> https://gist.github.com/shazron/b8449933e532d4185084 >>>> >>>> This does not happen on [email protected] (default) >>>> >>>> >>>> On Thu, Dec 17, 2015 at 3:18 AM, David Barth <[email protected]> >>>> wrote: >>>> > Hi, >>>> > >>>> > I would like to do a quick interim release for cordova-ubuntu, in order >>>> to >>>> > fix the default framework used. >>>> > >>>> > This bug is referenced here: >>>> https://issues.apache.org/jira/browse/CB-10119 >>>> > <https://issues.apache.org/jira/browse/CB-10119> >>>> > >>>> > I have created the release task here and am proceeding with the release >>>> > workflow atm: >>>> > https://issues.apache.org/jira/browse/CB-10210 >>>> > >>>> > Let me know if you have patches you would like to add / include. >>>> > >>>> > David >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
