We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
since esm.sh switches the process polyfill to deno.land/std/node/proecess.ts, some unexpected issues happened:
process
deno.land/std/node/proecess.ts
TypeError: Can not modify env vars during execution.
The text was updated successfully, but these errors were encountered:
3d8b077
No branches or pull requests
since esm.sh switches the
process
polyfill todeno.land/std/node/proecess.ts
, some unexpected issues happened:TypeError: Can not modify env vars during execution.
(https://deno.js.cn/t/topic/1013)The text was updated successfully, but these errors were encountered: