If you’re unfamiliar with how to use a package manager I would recommend installing Yarn
, an alternative to the built-in Node Package Manager.
Install Yarn using NPM This is quickly done by using the below command:
npm install --global yarn
Restart
Test to see if it works
yarn --version
If you’re using Linux
then it’s likely that GIT is probably already installed.
On windows and mac you can install it by downloading and installing the executable/app, here.