Jsr modules with package.json
I noticed that if I have a package.json my project doesn't see the jsr deps in deno.json
3 Replies
Can you share more details about your project? Are you using any sort of bundler like
vite
? How does "doesn't see the jsr deps" materialize?Yeah using vite. After reading docs I think I understand now
If using vite you need to install jsr packages with jsr binary correct?
yeah either that or add the deno vite plugin https://github.com/denoland/deno-vite-plugin