-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Failed to import - fetch-blob #163
Labels
bug
Something isn't working
Comments
I can see now it is working
shows
Cheers |
@Stradivario do named exports (i.e. |
@Stradivario try with deno run |
new error now on v55: ➜ deno eval 'import { Blob } from \'https://esm.sh/fetch-blob\''
Check a generated module
error: Uncaught SyntaxError: Identifier '__process$' has already been declared
at <anonymous> (https://cdn.esm.sh/v55/[email protected]/deno/fetch-blob.js:2:328) |
blocked by this on v57: denoland/std#1519 (not esm.sh bug) |
main module is now importing fine on v58 but
|
New error on v111:
|
works on v135 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failing module
Error message
After running
deno run
I get this:Additional info
The line causing this issue: https://github.com/node-fetch/fetch-blob/blob/0e074572462f2df71c2507f187f164c61376257e/streams.cjs#L7
The module that needs to be added to polyfills: https://nodejs.org/api/webstreams.html#webstreams_web_streams_api
The text was updated successfully, but these errors were encountered: