Install Requirements
Last updated
Last updated
In order to start using Yarn you will need to install Node.js, which can be installed with Node Version Manager. Referring to the GitHub page for Node Version Manager is the best way to ensure you have an up-to-date version of Node.js installed.
NVM (Node Version Manager) is a tool that allows you to download and install Node.js. Visit this link for install instructions:
Example: Check if NVM is already installed
Example: Install NVM via cURL
Example: Install NVM via Homebrew (MacOS - Requires )
Yarn is a package manager that can be installed following the instructions on their website:
Example: Install Yarn via Homebrew (MacOS - Requires )
Example: Install Yarn via cURL
If all steps above have been done correctly, you should be able to run these commands. Each of these commands should display the version installed.