Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve errors for import paths fs and path #60

Open
jaydenseric opened this issue Sep 2, 2022 · 1 comment
Open

Resolve errors for import paths fs and path #60

jaydenseric opened this issue Sep 2, 2022 · 1 comment

Comments

@jaydenseric
Copy link

With Deno v1.25.0, run:

deno info https://deno.land/x/[email protected]/mod.ts

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)

Source:

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)

Source:

@igorbrasileiro
Copy link

igorbrasileiro commented Dec 8, 2022

I'm facing this problem too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants