blue
blue
DDeno
Created by blue on 8/7/2024 in #help
Can Deno automatically install peerdeps like NPM does?
I have a framework that bundles Svelte, and Svelte is marked as peer dependency. This works flawlessly when I use npm/pnpm/bun, but with deno run, it's missing all the peer dependencies, and would force the user to install them manually. Is there a recommended solution to this?
2 replies