canary `deno install` - can't find npm modules
deno 2.0.0-rc.1+7bfcb4d
I'm having a deno.json like this
I run
I have a test like this:
Why can the type declarations not be found?
I also have the vitest.config.ts like this:
and when I run the task
I'm having a deno.json like this
I run
deno install I have a test like this:
Why can the type declarations not be found?
deno install doesn't seem to make a node_modules folder by default - is that necessary for this this type to be found, or can the import mapping work?I also have the vitest.config.ts like this:
and when I run the task
deno task test I get an error that "vitest/config" also can't be found: