Adam
Deno imports failing to load
I'm making a Svelte + Deno project. I'm currently trying to use
jsr:@std/encoding@^1.0.7
. Every time I try to use the package I get the error seen below. This happens with most deno packages that i try to use, where it says some file is missing. It doesn't fail when using npm:@oslojs/encoding@^1.1.0
or npm:@deno/vite-plugin@^1.0.4
. I guess it's because they're npm and not jsr or deno. It also happens for packages such as https://deno.land/x/jose@v5.9.6/index.ts
.
I've tried running deno clean
then restart my pc and create a new project. It still happens there.
A friend of mine does not have the problem, when running the exact same project as me.4 replies