We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[email protected]
import { something } from "https://esm.sh/[email protected]?dts&target=deno"
After running deno bundle I got this:
deno bundle
error: Module not found "https://esm.sh/[email protected]/Release/canvas.node?target=deno". at https://esm.sh/[email protected]?target=deno:2:8
and https://esm.sh/build provides a clue that this is now deprecated? I was under the impression that package/version bundles were immutable
Stuck on this - this only ever worked from esm.sh (the skypack bundle has "perf_hooks" references)
Thanks, - John
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Failing module
[email protected]
Error message
After running
deno bundle
I got this:and https://esm.sh/build provides a clue that this is now deprecated? I was under the impression that package/version bundles were immutable
Stuck on this - this only ever worked from esm.sh (the skypack bundle has "perf_hooks" references)
Thanks,
- John
The text was updated successfully, but these errors were encountered: