I\'m trying to upgrade to the latest version of node. I\'m following the instructions at http://davidwalsh.name/upgrade-nodejs
But when I do:
sudo np
Remove Node completely:
brew uninstall --force node
Install again:
brew install node; which node # => /usr/local/bin/node export NODE_PATH='/usr/local/lib/node_modules'