573 Views
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 that creates modules (blocks of code from other developers that you load into your program) through terminal commands, very similar to the way you would with npm (Node.js package manager).
0 comments