|
|
|
|
|
by zkldi
1892 days ago
|
|
That's just a package manager! If something like that is needed, then I think deno should attempt to come with something for managing dependencies. Eventually, developer convinience will win, and everyone will settle on some sort of package manager for deno. It'd probably be for the best if deno made it official as, personally, I think this is heading towards a second NPM. |
|
There are no plans to add such convenience in the binary because it would mean limiting places you can import from (cannot upgrade deps for unsupported registries). Deno binary will remain agnostic to where you import from.
Community will come up with something if it's a huge problem and settle eventually.