Open harley-harris opened 1 year ago
node_modules
folder with larger projects)Overall for this project, I think npm is the best choice to use as a package manager. I am less likely to run into issues as the configuration is a lot simpler than Yarn or pnpm. As this project will not contain a massive amount of dependencies, I would get less benefits from using Yarn's caching system.
What? Compare and contrast the different package managers available in Node.js. This will benefit users as choosing the right package manager will keep the service more secure and easily updatable.
Why? Choosing the right package manager for the project is important for dependency management and project maintainability.
Acceptance Criteria? Create list of pros and cons of available node package managers and choose one to use for the project