DEV Community

Discussion on: How is Deno coming along?

Collapse
 
aghost7 profile image
Jonathan Boudreau

I'm still waiting for package management to become stable.

Collapse
 
khrome83 profile image
Zane Milakovic

There is no package management. It’s not ideal.

Create a deps.ts file and export any thing you need to import.

If you want to use a interface in your code similar to node where you regency the “module”, then use the import map feature.

Not sure what you are waiting on. The package managers for deno, just make it easier to create a import map. It’s not like NPM by design.