fresh icon indicating copy to clipboard operation
fresh copied to clipboard

NPM specifier support in Fresh

Open lucacasonato opened this issue 2 years ago • 6 comments

To support NPM specifiers in Fresh, we need to support them in esbuild_deno_loader first: https://github.com/lucacasonato/esbuild_deno_loader/issues/29

Also Deno Deploy support is still pending.

lucacasonato avatar Jan 10 '23 12:01 lucacasonato

https://github.com/lucacasonato/esbuild_deno_loader/pull/33

codesculpture avatar Jan 10 '23 13:01 codesculpture

https://github.com/lucacasonato/esbuild_deno_loader/pull/40

maciejkulinski avatar Mar 20 '23 13:03 maciejkulinski

https://deno.com/blog/npm-on-deno-deploy 🔥

fro-profesional avatar Sep 21 '23 17:09 fro-profesional

should this be closed?

guy-borderless avatar Oct 05 '23 08:10 guy-borderless

I think the new release includes this fix: https://github.com/denoland/fresh/pull/1841 so maybe after the new release ¿?

fro-profesional avatar Oct 05 '23 23:10 fro-profesional

Basic npm: support works in Fresh, but to make peer dependencies work, we're blocked by https://github.com/denoland/deno/issues/20868 . Leaving the issue open until that is resolved.

marvinhagemeister avatar Nov 28 '23 16:11 marvinhagemeister