A little set-up in, the beginning can save you from some headaches later on! Install Node.js and Yarn for your appropriate operating system.
xcode-select --install
. If that fails, download it directly from Appleβs site.brew install node
from the terminal.brew install yarn
.Download and install the latest Node.js version from the official Node.js website. Also, download and install the latest Yarn version from the website.
The steps to download and install Git depend on your operating system. Follow the guide for your system:
The steps to download and install Git depend on your operating system. Follow the guide for your system:
To confirm that everything has being installed correctly by run the following:
yarn --version
node --version
git --version