Using Yarn
What is Yarn?
Yarn is a package manager for JavaScript. It is used to manage and install dependencies for JavaScript projects, particularly for Node.js applications. Yarn offers features like parallel package installations and offline caching and uses a yarn.lock
file to control and reproduce consistent installations of dependencies across different environments.