-
-
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 - cloudinary #253
Comments
@aiotter thanks i will look into it |
Nice, it was so quick! Thanks |
@ije It seems not working on both esm.sh and localhost yet. esm.sh:
localhost (10c10b9):
|
@ije This is just a gentle reminder, but did you checked my report above? If this is a solvable problem on the esm.sh side, can you please reopen the issue? |
i think i can not fix it, since esbuild rewrite the
|
same as #257 |
Thank you for workaround! I appreciate it 😂 |
Failing module
Error message
After running
deno run
I got this:Additional info
When I tried to import it without
?no-check
flag, the following error occurred:After
import "https://deno.land/[email protected]/node/global.ts"
,process.versions.node.split(".")
itself works successfully.There seems to be a bug in node.js compartible layer in esm.sh.
The text was updated successfully, but these errors were encountered: