Here is one good link Fixing npm On Mac OS X for Homebrew Users.
with following commands when try to upgrade node.js under mac
rm -rf /usr/local/lib/node_modules brew uninstall node brew install node --without-npm echo prefix=~/.npm-packages >> ~/.npmrc curl -L https://www.npmjs.com/install.sh | sudo sh