setup/doc/yarn.md

19 lines
212 B
Markdown

# Setup Yarn
* install [Node](node.md)
* check if Npm is successfully installed
```
npm -v
```
* install Yarn using Npm
```
npm i --global yarn
```
* verify that Yarn is installed sccessfully
```
yarn -v
```