How to install Yarn
Yarn is an alternative JavaScript package manager that many prefer over npm. To install it, log in via SSH and run:
npm install yarnecho "alias yarn='node_modules/yarn/bin/yarn'" >> .bashrc && . ~/.bashrcAfter this, you can use yarn on your account.