Introduction to Yarn

Alternative to npm

Released in 2016 ( Facebook and Google )

 

Good points

Faster than npm

 

npm install -g yarn

 

yarn add [package name]         // npm i --save [package name]

yarn remove [package name]