Hi guys ! Hope you are doing great! In this tutorial, we are going to see what is NodeJS, NPM, and how to install NodeJS which comes with NPM, on your Mac operating system. Hope you are enjoying ! Link on how to install homebrew: https://brew.sh/ NodeJS installation steps: Open the Terminal app and type the following two commands: brew update brew install node * To see if Node is installed, type node -v in Terminal * To see if NPM is installed, type npm -v in Terminal
Hi guys ! Hope you are doing great! In this tutorial, we are going to see what is NodeJS, NPM, and how to install NodeJS which comes with NPM, on your Mac operating system. Hope you are enjoying ! Link on how to install homebrew: https://brew.sh/ NodeJS installation steps: Open the Terminal app and type the following two commands: brew update brew install node * To see if Node is installed, type node -v in Terminal * To see if NPM is installed, type npm -v in Terminal