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

use local copies of npm packages in deno #27854

Open
ry opened this issue Jan 28, 2025 · 0 comments
Open

use local copies of npm packages in deno #27854

ry opened this issue Jan 28, 2025 · 0 comments

Comments

@ry
Copy link
Member

ry commented Jan 28, 2025

This can be done with "vendor": true in deno.json or using { "nodeModulesDir": "manual" } and using npm link. But we'd also like to extend the patch functionality to support npm packages.

Related:

#19621
#18478
https://docs.deno.com/runtime/fundamentals/modules/#overriding-dependencies

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

No branches or pull requests

1 participant