Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM specifier support in Fresh #978

Open
lucacasonato opened this issue Jan 10, 2023 · 6 comments
Open

NPM specifier support in Fresh #978

lucacasonato opened this issue Jan 10, 2023 · 6 comments
Labels
feat New feature or request upstream The issue is with an upstream dependency.

Comments

@lucacasonato
Copy link
Member

To support NPM specifiers in Fresh, we need to support them in esbuild_deno_loader first: lucacasonato/esbuild_deno_loader#29

Also Deno Deploy support is still pending.

@codesculpture
Copy link
Contributor

lucacasonato/esbuild_deno_loader#33

@maciejkulinski
Copy link

lucacasonato/esbuild_deno_loader#40

lucacasonato added a commit that referenced this issue Jun 6, 2023
This commit adds limited support for `npm:` specifiers. Right now,
`npm:` specifiers are unsupported on Deno Deploy.

Towards #978
@fro-profesional
Copy link

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

@guy-borderless
Copy link

should this be closed?

@fro-profesional
Copy link

fro-profesional commented Oct 5, 2023

I think the new release includes this fix: #1841 so maybe after the new release ¿?

@marvinhagemeister
Copy link
Collaborator

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

@marvinhagemeister marvinhagemeister added the upstream The issue is with an upstream dependency. label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request upstream The issue is with an upstream dependency.
Projects
None yet
Development

No branches or pull requests

6 participants