Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest nodejs installed but still having the old npm version here #40

Closed
binarykitchen opened this issue Nov 12, 2014 · 2 comments
Closed

Comments

@binarykitchen
Copy link

Just did this on Ubuntu 14.10:

$ curl -sL https://deb.nodesource.com/setup | sudo bash -
...
$ sudo apt-get install nodejs 
...
$ npm -v
1.4.28

How come I do not have npm v2.x here?

$ sudo apt-cache policy nodejs
nodejs:
  Installed: 0.10.33-2nodesource1~utopic1
  Candidate: 0.10.33-2nodesource1~utopic1
  Version table:
 *** 0.10.33-2nodesource1~utopic1 0
        500 https://deb.nodesource.com/node/ utopic/main amd64 Packages
        100 /var/lib/dpkg/status
     0.10.25~dfsg2-2ubuntu1 0
        500 http://nz.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
@rvagg
Copy link
Contributor

rvagg commented Nov 12, 2014

We are currently sticking with the version of npm that shipped with that version of Node. We have discussed releasing and alternative package or repo that has the latest included but until we have a complet, solid test suite to verify the match we don't want to risk the mismatch. Ultimately this is an issue to take up with joyent/node.

@binarykitchen
Copy link
Author

Ok, thanks for explaining!

@rvagg rvagg closed this as completed Jul 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants