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
And you can see in the output that there are resolve errors for the import paths fs and path…
Relative import path "fs" not prefixed with / or ./ or ../ and not in import map from "https://deno.land/x/[email protected]/vendor/puppeteer-core/puppeteer/common/IsolatedWorld.js" (resolve error)
Relative import path "path" not prefixed with / or ./ or ../ and not in import map from "https://deno.land/x/[email protected]/vendor/puppeteer-core/puppeteer/common/ElementHandle.js" (resolve error)
With Deno v1.25.0, run:
And you can see in the output that there are resolve errors for the import paths
fs
andpath
…Source:
deno-puppeteer/vendor/puppeteer-core/puppeteer/common/IsolatedWorld.js
Line 393 in 45b3162
Source:
deno-puppeteer/vendor/puppeteer-core/puppeteer/common/ElementHandle.js
Line 665 in 45b3162
The text was updated successfully, but these errors were encountered: