Installing HomeBrew Paste and run following on MacOS terminal or Linux shell prompt /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh )" Installation NPM and Node.js Installing Node.js® and NPM is pretty straightforward using Homebrew. Homebrew handles downloading, unpacking and installing Node and NPM on your system. The whole process (after you have Homebrew installed) should only take you a few minutes. Installation Steps Open the Terminal app and type brew update . This updates Homebrew with a list of the latest version of Node. **Type brew install node . Sit back and wait. Homebrew has to download some files and install them. But that's it. Test it! Make sure you have Node and NPM installed by running simple commands to see what version of each is installed: Test Node. To see if Node is installed, type node -v in Terminal. This should print the version number so you'll see something like this v0.10.31 . Test N...
“Stand up, be bold, be strong. Take the whole responsibility on your own shoulders, and know that you are the creator of your own destiny. All the strength and succor you want is within yourselves. Therefore, make your own future.” - Swami Vivekananda