This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
npm -g i npm@v1.4 installs from v1.4-next #6082
Closed
Description
$ npm --version
1.4.26
$ npm info npm dist-tags
{ latest: '2.0.0-beta.0',
'v2.0rc': '2.0.0-beta.0',
next: '2.0.0-beta.2',
'v1.4-next': '1.4.26',
'v2.0-next': '2.0.0-beta.2',
'v1.4': '1.4.25' }
$ npm -g i npm@v1.4
/Users/mgol/.nvm/v0.11.13/bin/npm -> /Users/mgol/.nvm/v0.11.13/lib/node_modules/npm/bin/npm-cli.js
npm@1.4.26 /Users/mgol/.nvm/v0.11.13/lib/node_modules/npm
$ npm --version
1.4.26
I'm on OS X 10.9.4, Node.js installed via nvm.