Default template

How to install yarn

By dmeng.

Last edited by dmeng. Created .

How to install yarn

  1. Run curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash to install nvm
  2. Restart your terminal
  1. Run nvm install --lts to install node/npm
  1. Run npm install -g yarn to install yarn
  1. All done! To install the dependencies for a project, cd to the project directory and run yarn install

Installation source, image source