DEV Community

Discussion on: Do we really need a package manager for deno?

Collapse
 
caioquirino profile image
Caio Quirino da Silva • Edited

Maybe not really a package manager, but I think that its nice to have a single place to specify the repository path/mapping and the version. Like we have in the mappings, but if we use it for everything then it's a package manager :)

I am thinking more in a case that you need to bump a minor version because of a security problem, and the list of changes... And what happens when you mix different versions through the files by mistake :)

Collapse
 
buttercubz profile image
Erick Sosa Garcia

I think we don't need a package manager for deno but one with which to manage dependencies.