Monday, April 2, 2012

Update NPM

[~] npm -version
1.1.0-beta-4
[~] sudo chown -R $USER /usr/local
Password:
[~] npm update npm -g
npm http GET https://registry.npmjs.org/npm
npm http 304 https://registry.npmjs.org/npm
npm http GET https://registry.npmjs.org/npm/1.1.15
npm http 304 https://registry.npmjs.org/npm/1.1.15
/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js
npm@1.1.15 /usr/local/lib/node_modules/npm 
[~] npm -version
1.1.15
[~]