Yarn
Yarn is a modern package manager for Node.js and the web.
Compared to other such package managers (e.g. npm
), it is faster, more
reliable, and more flexible.
Installation
- Install Node.js
- Run
npm install --global yarn
- Check your installation with
yarn --version
.