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
Error: Dynamic require of "zlib" is not supported
var require_inflation = __commonJS({ "inflation@2.0.0"(exports, module) { init_esm_shims(); var zlib = __require("zlib");
For node-esm environment
node-esm
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b], }) : x)(function (x) { if (typeof require !== "undefined") return require.apply(this, arguments); throw new Error('Dynamic require of "' + x + '" is not supported'); });
import {createRequire} from 'module' var __require = requireWrapper(createRequire(import.meta.url))
The text was updated successfully, but these errors were encountered:
Related issue #1921
Related pull #2067
Sorry, something went wrong.
No branches or pull requests
Error
Error: Dynamic require of "zlib" is not supported
Brief
Actual
For
node-esm
environmentExpected
For
node-esm
environmentThe text was updated successfully, but these errors were encountered: