ErfanE
Denoβ€’8mo agoβ€’
2 replies
Erfan

Deno 2.4 emit for bundling with "npm:" imports inside code

Hi People, i try to bundle my code with Deno emit. Inside my code i am using packages from npm, like npm:solid-js@^1.9.6. It looks like the loader from bundle can not resolve the package.
Does someone know, if it is somehow possible to make it work ?

The Error: Bundler.loader.load(npm:solid-js@^1.9.6) failed: Module "npm:solid-js@^1.9.6" was an unsupported module kind.
Was this page helpful?