You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Carlos Santana (JIRA)" <ji...@apache.org> on 2014/03/11 16:27:43 UTC

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

Carlos Santana created CB-6215:
----------------------------------

             Summary: 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 


$cordova 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)