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

fix: Update deno_npm to fix deno install with crossws #25837

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

nathanwhit
Copy link
Member

Partially addresses #25648.

This allows packages that use crossws to be installed with deno install. crossws specifies an optional peer dependency on uWebSockets, but uWebSockets is not on npm (it is used with git: or github: specifiers). Previously we would error on this, now we don't error on non-existent optional peer dependencies.

@nathanwhit nathanwhit enabled auto-merge (squash) September 24, 2024 01:11
@nathanwhit nathanwhit merged commit 1e261c9 into denoland:main Sep 24, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants