$30 off During Our Annual Pro Sale. View Details »

Converting from NPM to Yarn In 10 Minutes or Less

Converting from NPM to Yarn In 10 Minutes or Less

Avatar for Joshua Tompkins

Joshua Tompkins

February 28, 2017
Tweet

More Decks by Joshua Tompkins

Other Decks in Programming

Transcript

  1. npm install yarn install ⃗ npm i --save {pkg} yarn

    add {pkg} ⃗ npm i -g {pkg} yarn global add {pkg} ⃗ npm update {pkg} yarn upgrade {pkg} ⃗ npm rm --save {pkg} yarn remove {pkg} ⃗