[MAC] Install Node.js
- Visit the Node.js website.
- Check the version number of the LTS version of Node.js.
- Run this command in your terminal (replace
12.16.0
with the latest version number):
$ nvm install 12.16.0
Sidenote: You can use brew to install node as well. In case you are curious about how to do it, check these guidelines.