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
3 │ exports.Canvas = require("canvas");
╵ ~~~~~~~~
error: Uncaught (in promise) Error: Build failed with 1 error:
- ERROR: [plugin: deno-resolver] Relative import path "canvas" not prefixed with / or ./ or ../ and not in import map from
Trying to bundle something with JSDOM but it fails because it attempts to load
"canvas"
:Error:
3 │ exports.Canvas = require("canvas"); ╵ ~~~~~~~~ error: Uncaught (in promise) Error: Build failed with 1 error: - ERROR: [plugin: deno-resolver] Relative import path "canvas" not prefixed with / or ./ or ../ and not in import map from
Reproduction
The text was updated successfully, but these errors were encountered: