neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
36 stars 33 forks source link

Switching from npm to Yarn for improved package management #285

Closed Robert27 closed 1 year ago

Robert27 commented 1 year ago

As our project continues to grow in complexity and scale, it is crucial to evaluate our current package management solution and consider the potential benefits of switching from npm to Yarn.

While npm has been a reliable choice for managing JavaScript packages, Yarn has gained significant popularity in recent years due to its improved performance, caching mechanism, and deterministic dependency resolution. By migrating to Yarn, we can potentially enhance our development workflow and improve the overall stability and performance.