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
Have reproduced reliably now - curious as nothing has changed from Opine's side - indeed CI passed for this version, importing this dep etc.
From what understand esm.sh maps to a mutable cdn.esm.sh/v* like url, and suspect that a version has revved and introduced a regression. It doesn't appear that you can fix the version of esm.sh that you use as it just bounces you, so we are suspectible to breaking changes. Going to give migrating to skypack a go.
Issue
Setup:
Details
error: Uncaught SyntaxError: The requested module 'https://esm.sh/[email protected]' does not provide an export named 'default'
export { default as ipaddr } from "https://esm.sh/[email protected]";
~~~~~~~~~~~~~~~~~
at (https://deno.land/x/[email protected]/deps.ts:54:10).
The text was updated successfully, but these errors were encountered: