foofoo js (node) module in my project that I'll be able to serve to the browser directly (no bundling). deno add npm:foodeno add npm:foo then I can reference the module in my code but the browser won't be able to resolve foofoo. foofoo. npm install foonpm install foo to have it in a local node_modulesnode_modules folder, but there must be a way to do this in Deno?
Join the Discord to ask follow-up questions and connect with the community