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
// workingimport{encode}from'https://cdn.esm.sh/v53/[email protected]/deno/he.js';// not workingimport{encode}from'https://cdn.esm.sh/v55/[email protected]/deno/he.js';
Error message
After running deno run I get this:
error: Uncaught SyntaxError: The requested module 'https://cdn.esm.sh/v55/[email protected]/deno/he.js' does not provide an export named 'encode'
import { encode } from 'https://cdn.esm.sh/v55/[email protected]/deno/he.js';
~~~~~~
Additional info
esm.sh version: v55
Deno version: 1.15.3
The text was updated successfully, but these errors were encountered:
Failing module
Error message
After running
deno run
I get this:Additional info
The text was updated successfully, but these errors were encountered: