How to install Node JS (+ NPM) on Mac/Windows/Linux ๐งโ๐ป
๐ THANKS: I appreciate the claps most readers leave because it takes me a long time to write these free articles.
1.) Go to the Node JS download website ๐ป
2.) Download the latest version of Node for your OS (Mac/ Windows/Linux) ๐ป
Download, click on the installer file and go through the setup wizard.
3.) Check itโs properly installed โ
Go to your console/terminal and type:
node -v
This should return a version number if node JS was installed successfully. Similarly, for checking if NPM was installed:
npm -v
And this should return a version number if installed successfully.
Thanks for reading! Please leave a clap like my other readers if this helped ๐