You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This can be done with
"vendor": true
in deno.json or using{ "nodeModulesDir": "manual" }
and usingnpm 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
The text was updated successfully, but these errors were encountered: