Technology RadarTechnology Radar

Yarn

Adopt

Yarn is a package manager for Node.js and JavaScript packages. It is the successor of npm and mainly solves the performance problem of npm.

In our projects yarn (version 1) is used as the standard package manager in our projects but we currently evaluate other tools like pnpm to improve the installation speed as well as reduce the disk space occupied by all the JavaScript packages.