-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error importing @substrate/smoldot-light from esm.sh in deno #2962
Comments
I guess the problem is that the The actual NodeJS module: https://nodejs.org/api/process.html |
I tracked down why we are using Since |
There are some parts of In this specific case, the JS API is an indirect consumer, we are using/importing |
Hi, I'm trying to use https://deno.land/x/polkadot in latest deno, which depends on @substrate/smoldot-light.
I have three files:
the first works:
the rest don't:
This issue makes 0.2.12 and 0.2.13 releases of https://deno.land/x/polkadot unusable.
Also @jacogr, can we switch to https://deno.land/x/smoldot@light-js-deno-v0.7.5 instead of relying on esm.sh?
The text was updated successfully, but these errors were encountered: