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]
Alternative to npm
Released in 2016 ( Facebook and Google )
Faster than npm
npm install -g yarn
yarn add [package name] // npm i --save [package name]
yarn remove [package name]