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
Thanks, @ije - that resolved that issue. Though this might be unrelated, but another error I now encounter as a result of the dependency tree of meow is the following, where an export isn't correct:
error: Uncaught SyntaxError: The requested module '/v45/[email protected]/deno/path-browserify.js' does not provide an export named 'resolve'
at <anonymous> (https://cdn.esm.sh/v45/[email protected]/deno/yargs-parser.js:1:343)
Hello! How should built-in node modules be handled? For example, trying to import the
meow
package, the following error happens:https://esm.sh/meow
I was trying to use import mapping with Deno to remap this, but looks like the package doesn't even reach me in order for Deno to be able to do this.
The text was updated successfully, but these errors were encountered: