Kiki AI
Jan 6, 2021

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 ๐Ÿ˜Š

Kiki AI
Kiki AI

Written by Kiki AI

26K+ Reads โœ๐Ÿผ Passionate about tech, AI and impact ๐Ÿ‘Œ Views are all my own.

No responses yet