coding

javascript

How to Install Node.js in your computer

In this post you'll learn how to install Node.js in your computer

/How%20to%20Install%20Node.js%20in%20your%20computer

To install Node.js in your computer follow the next steps:

  1. Go to nodejs.org
  2. You can Download the LTS (Long Term Support) version or the current version in this case we recommend the Current version (in this case I’m on a mac).Download Node JS
  3. Then just follow the wizard Follow instructions to install node js
  4. To make sure it’s working fine open the Terminal in your machine and type node -v it should return the version you just installed Teminal that show Node JS version

And that’s it! you have installed node correctly