You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2014/04/15 20:56:28 UTC

[jira] [Resolved] (CB-6215) CLI and Plugman not updating correctly with npm update -g

     [ https://issues.apache.org/jira/browse/CB-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve resolved CB-6215.
-------------------------------

    Resolution: Fixed

This was fixed by removing the RC.

> CLI and Plugman not updating correctly with npm update -g
> ---------------------------------------------------------
>
>                 Key: CB-6215
>                 URL: https://issues.apache.org/jira/browse/CB-6215
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Plugman
>    Affects Versions: 3.4.0
>         Environment: osx 10.9
> $node -v
> v0.10.26
> $npm -v
> 1.4.3
>            Reporter: Carlos Santana
>            Priority: Critical
>
> Please tell me I'm not going crazy?
> npm update -g cordova doesn't update correctly
> We state in our release blog post to update the tools to use "npm update -g cordova"
> using npm update -g cordova I go from 3.4.0.0.1.0 to 3.4.0-rc2
> If I'm not crazy then we should edit our release notes to tell users to use "npm isntall -g cordova" until we figure out what's wrong.
> {code}
> $node -v
> v0.10.26
> $npm -v
> 1.4.3
> $cordova -v
> 3.4.0-0.1.0
> $npm ls -g cordova
> /Users/csantana23/.nvm/v0.10.26/lib
> ├── cordova@3.4.0-0.1.0
> $npm update -g cordova
> $cordova -v
> 3.4.0-rc.2
> $npm ls -g cordova
> /Users/csantana23/.nvm/v0.10.26/lib
> ├── cordova@3.4.0-rc.2 
> $npm install -g cordova
> $ cordova -v
> 3.4.0-0.1.3
> $ npm ls -g cordova
> /Users/csantana23/.nvm/v0.10.26/lib
> ├── cordova@3.4.0-0.1.3 
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)