You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Lorin Beer <lo...@gmail.com> on 2014/03/03 23:56:11 UTC

3.4.0-x.x.x inaccessible through 'npm install cordova'

Currently, the 3.4.0-rc.2 release currently resolves as 'higher' than the
actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and '3.4.0-0.1.2',

you can check this with:

$ npm view cordova versions

This means that $ npm install cordova installs rc2 instead of the latest
3.4.0 release.

I suggest unpublishing the current rc2 tag and renaming it.

- Lorin

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

Posted by Lorin Beer <lo...@gmail.com>.
Thanks Carlos,

it's a definite possibility, but due to all the npm troubles, I wiped my
npm cache.


On Tue, Mar 4, 2014 at 2:13 PM, Carlos Santana <cs...@gmail.com> wrote:

> yes blame npm take the easy route out :-)
>
> One thing it could be is that npm failed to fetch latest from npm registry
> (possible related to their ssl certificate issue [1]) and installed from
> your npm cache.
>
> One tip to troubleshoot installations problems with npm, is to clean your
> cache
> npm cache clean cordova
> or
> rm -rf ~/.npm/cordova
>
>
>
> [1]:
>
> http://blog.npmjs.org/post/78165272245/more-help-with-self-signed-cert-in-chain-and-npm
>
>
> On Tue, Mar 4, 2014 at 2:08 PM, Michal Mocny <mm...@chromium.org> wrote:
>
> > ..last week I saw 0.1.1 published under the rc, even hours after Andrew
> > claimed to release 0.1.2.  I figured it was me/him who made a mistake,
> but
> > given everything, and that npm have been blogging about all sorts of
> > quirks.. yes, blame canad^H^H^H^H^H npm.
> >
> > -Michal
> >
> >
> > On Tue, Mar 4, 2014 at 2:00 PM, Lorin Beer <lo...@gmail.com>
> > wrote:
> >
> > > I'm blaming npm for this.
> > >
> > > With 1.4.4, I am now getting 0.1.2, the rc, instead of 0.1.0.
> > >
> > > Evidently not our issue, so ignore my "unpublish" suggestion.
> > >
> > >
> > > On Mon, Mar 3, 2014 at 4:48 PM, Carlos Santana <cs...@gmail.com>
> > > wrote:
> > >
> > > > I just tried with npm 1.4.3 (version included with v0.10.26)
> > > > I got:
> > > >
> > > > $ npm install -g cordova
> > > >
> > > > $ npm ls -g cordova
> > > >
> > > > /Users/csantana23/.nvm/v0.10.26/lib
> > > >
> > > > └── cordova@3.4.0-0.1.0
> > > >
> > > > When I do "npm view cordova" I see this
> > > >
> > > > { name: 'cordova',
> > > >
> > > >   description: 'Cordova command line interface tool',
> > > >
> > > >   'dist-tags': { latest: '3.4.0-0.1.0', rc: '3.4.0-0.1.2' },
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, Mar 3, 2014 at 6:11 PM, Lorin Beer <lorin.beer.dev@gmail.com
> >
> > > > wrote:
> > > >
> > > > > Weird, that still isn't the latest version.
> > > > >
> > > > > what version of npm did you use? I'm running 1.4.4
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Mar 3, 2014 at 3:08 PM, Steven Gill <
> stevengill97@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > hmm, I just did a npm install cordova and got 3.4.0-0.1.0
> > > > > >
> > > > > >
> > > > > > On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer <
> > lorin.beer.dev@gmail.com
> > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Currently, the 3.4.0-rc.2 release currently resolves as
> 'higher'
> > > than
> > > > > the
> > > > > > > actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and
> > > > '3.4.0-0.1.2',
> > > > > > >
> > > > > > > you can check this with:
> > > > > > >
> > > > > > > $ npm view cordova versions
> > > > > > >
> > > > > > > This means that $ npm install cordova installs rc2 instead of
> the
> > > > > latest
> > > > > > > 3.4.0 release.
> > > > > > >
> > > > > > > I suggest unpublishing the current rc2 tag and renaming it.
> > > > > > >
> > > > > > > - Lorin
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Carlos Santana
> > > > <cs...@gmail.com>
> > > >
> > >
> >
>
>
>
> --
> Carlos Santana
> <cs...@gmail.com>
>

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

Posted by Carlos Santana <cs...@gmail.com>.
yes blame npm take the easy route out :-)

One thing it could be is that npm failed to fetch latest from npm registry
(possible related to their ssl certificate issue [1]) and installed from
your npm cache.

One tip to troubleshoot installations problems with npm, is to clean your
cache
npm cache clean cordova
or
rm -rf ~/.npm/cordova



[1]:
http://blog.npmjs.org/post/78165272245/more-help-with-self-signed-cert-in-chain-and-npm


On Tue, Mar 4, 2014 at 2:08 PM, Michal Mocny <mm...@chromium.org> wrote:

> ..last week I saw 0.1.1 published under the rc, even hours after Andrew
> claimed to release 0.1.2.  I figured it was me/him who made a mistake, but
> given everything, and that npm have been blogging about all sorts of
> quirks.. yes, blame canad^H^H^H^H^H npm.
>
> -Michal
>
>
> On Tue, Mar 4, 2014 at 2:00 PM, Lorin Beer <lo...@gmail.com>
> wrote:
>
> > I'm blaming npm for this.
> >
> > With 1.4.4, I am now getting 0.1.2, the rc, instead of 0.1.0.
> >
> > Evidently not our issue, so ignore my "unpublish" suggestion.
> >
> >
> > On Mon, Mar 3, 2014 at 4:48 PM, Carlos Santana <cs...@gmail.com>
> > wrote:
> >
> > > I just tried with npm 1.4.3 (version included with v0.10.26)
> > > I got:
> > >
> > > $ npm install -g cordova
> > >
> > > $ npm ls -g cordova
> > >
> > > /Users/csantana23/.nvm/v0.10.26/lib
> > >
> > > └── cordova@3.4.0-0.1.0
> > >
> > > When I do "npm view cordova" I see this
> > >
> > > { name: 'cordova',
> > >
> > >   description: 'Cordova command line interface tool',
> > >
> > >   'dist-tags': { latest: '3.4.0-0.1.0', rc: '3.4.0-0.1.2' },
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Mon, Mar 3, 2014 at 6:11 PM, Lorin Beer <lo...@gmail.com>
> > > wrote:
> > >
> > > > Weird, that still isn't the latest version.
> > > >
> > > > what version of npm did you use? I'm running 1.4.4
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, Mar 3, 2014 at 3:08 PM, Steven Gill <st...@gmail.com>
> > > > wrote:
> > > >
> > > > > hmm, I just did a npm install cordova and got 3.4.0-0.1.0
> > > > >
> > > > >
> > > > > On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer <
> lorin.beer.dev@gmail.com
> > >
> > > > > wrote:
> > > > >
> > > > > > Currently, the 3.4.0-rc.2 release currently resolves as 'higher'
> > than
> > > > the
> > > > > > actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and
> > > '3.4.0-0.1.2',
> > > > > >
> > > > > > you can check this with:
> > > > > >
> > > > > > $ npm view cordova versions
> > > > > >
> > > > > > This means that $ npm install cordova installs rc2 instead of the
> > > > latest
> > > > > > 3.4.0 release.
> > > > > >
> > > > > > I suggest unpublishing the current rc2 tag and renaming it.
> > > > > >
> > > > > > - Lorin
> > > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Carlos Santana
> > > <cs...@gmail.com>
> > >
> >
>



-- 
Carlos Santana
<cs...@gmail.com>

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

Posted by Michal Mocny <mm...@chromium.org>.
..last week I saw 0.1.1 published under the rc, even hours after Andrew
claimed to release 0.1.2.  I figured it was me/him who made a mistake, but
given everything, and that npm have been blogging about all sorts of
quirks.. yes, blame canad^H^H^H^H^H npm.

-Michal


On Tue, Mar 4, 2014 at 2:00 PM, Lorin Beer <lo...@gmail.com> wrote:

> I'm blaming npm for this.
>
> With 1.4.4, I am now getting 0.1.2, the rc, instead of 0.1.0.
>
> Evidently not our issue, so ignore my "unpublish" suggestion.
>
>
> On Mon, Mar 3, 2014 at 4:48 PM, Carlos Santana <cs...@gmail.com>
> wrote:
>
> > I just tried with npm 1.4.3 (version included with v0.10.26)
> > I got:
> >
> > $ npm install -g cordova
> >
> > $ npm ls -g cordova
> >
> > /Users/csantana23/.nvm/v0.10.26/lib
> >
> > └── cordova@3.4.0-0.1.0
> >
> > When I do "npm view cordova" I see this
> >
> > { name: 'cordova',
> >
> >   description: 'Cordova command line interface tool',
> >
> >   'dist-tags': { latest: '3.4.0-0.1.0', rc: '3.4.0-0.1.2' },
> >
> >
> >
> >
> >
> >
> > On Mon, Mar 3, 2014 at 6:11 PM, Lorin Beer <lo...@gmail.com>
> > wrote:
> >
> > > Weird, that still isn't the latest version.
> > >
> > > what version of npm did you use? I'm running 1.4.4
> > >
> > >
> > >
> > >
> > > On Mon, Mar 3, 2014 at 3:08 PM, Steven Gill <st...@gmail.com>
> > > wrote:
> > >
> > > > hmm, I just did a npm install cordova and got 3.4.0-0.1.0
> > > >
> > > >
> > > > On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer <lorin.beer.dev@gmail.com
> >
> > > > wrote:
> > > >
> > > > > Currently, the 3.4.0-rc.2 release currently resolves as 'higher'
> than
> > > the
> > > > > actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and
> > '3.4.0-0.1.2',
> > > > >
> > > > > you can check this with:
> > > > >
> > > > > $ npm view cordova versions
> > > > >
> > > > > This means that $ npm install cordova installs rc2 instead of the
> > > latest
> > > > > 3.4.0 release.
> > > > >
> > > > > I suggest unpublishing the current rc2 tag and renaming it.
> > > > >
> > > > > - Lorin
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> > Carlos Santana
> > <cs...@gmail.com>
> >
>

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

Posted by Lorin Beer <lo...@gmail.com>.
I'm blaming npm for this.

With 1.4.4, I am now getting 0.1.2, the rc, instead of 0.1.0.

Evidently not our issue, so ignore my "unpublish" suggestion.


On Mon, Mar 3, 2014 at 4:48 PM, Carlos Santana <cs...@gmail.com> wrote:

> I just tried with npm 1.4.3 (version included with v0.10.26)
> I got:
>
> $ npm install -g cordova
>
> $ npm ls -g cordova
>
> /Users/csantana23/.nvm/v0.10.26/lib
>
> └── cordova@3.4.0-0.1.0
>
> When I do "npm view cordova" I see this
>
> { name: 'cordova',
>
>   description: 'Cordova command line interface tool',
>
>   'dist-tags': { latest: '3.4.0-0.1.0', rc: '3.4.0-0.1.2' },
>
>
>
>
>
>
> On Mon, Mar 3, 2014 at 6:11 PM, Lorin Beer <lo...@gmail.com>
> wrote:
>
> > Weird, that still isn't the latest version.
> >
> > what version of npm did you use? I'm running 1.4.4
> >
> >
> >
> >
> > On Mon, Mar 3, 2014 at 3:08 PM, Steven Gill <st...@gmail.com>
> > wrote:
> >
> > > hmm, I just did a npm install cordova and got 3.4.0-0.1.0
> > >
> > >
> > > On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer <lo...@gmail.com>
> > > wrote:
> > >
> > > > Currently, the 3.4.0-rc.2 release currently resolves as 'higher' than
> > the
> > > > actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and
> '3.4.0-0.1.2',
> > > >
> > > > you can check this with:
> > > >
> > > > $ npm view cordova versions
> > > >
> > > > This means that $ npm install cordova installs rc2 instead of the
> > latest
> > > > 3.4.0 release.
> > > >
> > > > I suggest unpublishing the current rc2 tag and renaming it.
> > > >
> > > > - Lorin
> > > >
> > >
> >
>
>
>
> --
> Carlos Santana
> <cs...@gmail.com>
>

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

Posted by Carlos Santana <cs...@gmail.com>.
I just tried with npm 1.4.3 (version included with v0.10.26)
I got:

$ npm install -g cordova

$ npm ls -g cordova

/Users/csantana23/.nvm/v0.10.26/lib

└── cordova@3.4.0-0.1.0

When I do "npm view cordova" I see this

{ name: 'cordova',

  description: 'Cordova command line interface tool',

  'dist-tags': { latest: '3.4.0-0.1.0', rc: '3.4.0-0.1.2' },






On Mon, Mar 3, 2014 at 6:11 PM, Lorin Beer <lo...@gmail.com> wrote:

> Weird, that still isn't the latest version.
>
> what version of npm did you use? I'm running 1.4.4
>
>
>
>
> On Mon, Mar 3, 2014 at 3:08 PM, Steven Gill <st...@gmail.com>
> wrote:
>
> > hmm, I just did a npm install cordova and got 3.4.0-0.1.0
> >
> >
> > On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer <lo...@gmail.com>
> > wrote:
> >
> > > Currently, the 3.4.0-rc.2 release currently resolves as 'higher' than
> the
> > > actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and '3.4.0-0.1.2',
> > >
> > > you can check this with:
> > >
> > > $ npm view cordova versions
> > >
> > > This means that $ npm install cordova installs rc2 instead of the
> latest
> > > 3.4.0 release.
> > >
> > > I suggest unpublishing the current rc2 tag and renaming it.
> > >
> > > - Lorin
> > >
> >
>



-- 
Carlos Santana
<cs...@gmail.com>

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

Posted by Lorin Beer <lo...@gmail.com>.
Weird, that still isn't the latest version.

what version of npm did you use? I'm running 1.4.4




On Mon, Mar 3, 2014 at 3:08 PM, Steven Gill <st...@gmail.com> wrote:

> hmm, I just did a npm install cordova and got 3.4.0-0.1.0
>
>
> On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer <lo...@gmail.com>
> wrote:
>
> > Currently, the 3.4.0-rc.2 release currently resolves as 'higher' than the
> > actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and '3.4.0-0.1.2',
> >
> > you can check this with:
> >
> > $ npm view cordova versions
> >
> > This means that $ npm install cordova installs rc2 instead of the latest
> > 3.4.0 release.
> >
> > I suggest unpublishing the current rc2 tag and renaming it.
> >
> > - Lorin
> >
>

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

Posted by Steven Gill <st...@gmail.com>.
hmm, I just did a npm install cordova and got 3.4.0-0.1.0


On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer <lo...@gmail.com> wrote:

> Currently, the 3.4.0-rc.2 release currently resolves as 'higher' than the
> actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and '3.4.0-0.1.2',
>
> you can check this with:
>
> $ npm view cordova versions
>
> This means that $ npm install cordova installs rc2 instead of the latest
> 3.4.0 release.
>
> I suggest unpublishing the current rc2 tag and renaming it.
>
> - Lorin
>