DEV Community

yarn it, I'm migrating!

vblaha on November 08, 2018

I recently assisted migration on a project from npm to Yarn, and it was as easy as typing yarn into the terminal. Yarn is package management tool ...
Collapse
 
zkochan profile image
Zoltan Kochan

There is also pnpm.

Collapse
 
vblaha profile image
vblaha

This looks really interesting!! If I wrote on pnpm, would you review it?

Collapse
 
zkochan profile image
Zoltan Kochan

Sure

Collapse
 
deciduously profile image
Ben Lovy

This is one holy war I'm happy to take a firm stand on. NPM purists, change my mind? Thus far, yarn has felt strictly superior.

Collapse
 
jeroka profile image
Esteban Rocha • Edited

Thank you, I have seen yarn all over the place and this post just turned out my curiosity. I had already migrated my projects to it and damnn! It's so much better than old NPM! fast as hell too :)

Collapse
 
firzatullahd profile image
Firzatullah Dwiko Ramadhan

when migrating to yarn, do we need to uninstall global packages we installed with npm?