Replies: 2 comments
-
Hi, sorry for the misunderstanding, I should have made this clear in the chnagelogs: Going forward, new releases will ony be published to jsr.io. I therefore recommend using the jsr imports )and updating to the latest verison of Deno. You can find examples of how jsr imports look in the README. |
Beta Was this translation helpful? Give feedback.
-
Perfect. It's all sorted now -- thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @oliver-oloughlin, why was dbc89dc made? I don't understand how I'm easily supposed to use this now. (Although I must admit this is my first time using kvdex...)
I'm trying to create a simple CLI that makes use of deno kv for storing information across invocations. And when the user installs the CLI, there's no import map. When I try to run my program, I get a bunch of errors about missing imports. From my understanding, the general advice is that libraries/frameworks should use
deps.ts
and apps should use import maps. Can you help me understand your reasoning and how to proceed?For now I've just downgraded to
0.34.1
and everything works well so far. Thanks for the cool module!Beta Was this translation helpful? Give feedback.
All reactions