Node.js, npm, and Homebrew Mac Terminal Commands
Posted on July 10, 2015 in Command Line, Mac, Node.js by Matt Jennings
brew install node
node -v
npm list -g –depth=0
brew update
brew upgrade node
brew update && brew upgrade
brew uninstall node