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
deno vendor command worked great for this and it even generated import map for frontend (so imports from esm.sh get rewritten to the vendored versions), but it's removed in Deno 2 :(
To add a setting in the
deno.json
file such as"frontend": "true"
which when present, will install any package into a sub folder named./packages
This will also allow the package manager built into Deno to also work as a package manager for frontend packages in the browser.
The text was updated successfully, but these errors were encountered: