What are the benefits of using a package manager like npm?

Asked 2 years ago

Why can't we just add it through CDN? I see CDN links to add packages but everyone says to use npm instead.

Cohen Murphy

Saturday, July 23, 2022

While CDN is easy, it's not the best practice to directly add it to your project. There are many benefits to using a package manager like npm, including: - simplifying the process of installing and updating software packages - reducing the number of software dependencies - making it easier to share software packages with others - providing a consistent way to manage software dependencies across different projects





Write an answer...

Cancel

Please follow our  Community Guidelines

Can't find what you're looking for?