ozzie
`npm workspace`'s support with Deno v2
I am trying to follow the tutorial of using Deno Workspaces w/ npm workspaces https://docs.deno.com/runtime/fundamentals/workspaces/#migrating-from-npm-workspaces
If I copy all the code and then run
deno check main.ts
, I get the following error:
If I try todo deno install
, it also cannot find my local npm dependency.
Is this a known limitation?1 replies