- Step 1. Install Homebrew in terminal
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
- Step 2. Install node and npm using Homebrew
brew install node
- Step 3. Install npm
brew install npm
A reader, writer, photographer and music lover.
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
brew install node
brew install npm