Return to site

Do you still ahve to install git for mac

broken image

Then we use NVM to install a current Node.js' version in the terminal: nvm install node

broken image

This will largely depend on your platform and while you can just download the binary program from the official page I would recommend using Node Version Manager for mac or Linux: curl -o- | bashĪfter this, we have to close and open the terminal for it to work properly. You will need some basic tools like having git and a code editor ( we recommend Atom) as well as some basic knowledge around your operative system and the terminal/command line.

broken image
broken image

While there are many ways of doing it, this guide is focused first on making it easy and second on using common tools. In this tutorial you will learn how to get started with Node.js development and create a project from scratch.