-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I'm unable to import zx@lite 8.8.0. It is complaining that ./internals.cjs does not exist. There is indeed no such file in node_modules/zx nor in the tarball at https://registry.npmjs.org/zx/-/zx-8.8.0-lite.tgz.
node:internal/modules/cjs/loader:1410
const err = new Error(message);
^
Error: Cannot find module './internals.cjs'
Require stack:
- [redacted]\node_modules\zx\build\vendor-core.cjs
- [redacted]\node_modules\zx\build\core.cjs
at Module._resolveFilename (node:internal/modules/cjs/loader:1410:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1051:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1056:22)
at Module._load (node:internal/modules/cjs/loader:1219:37)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:238:24)
at Module.require (node:internal/modules/cjs/loader:1493:12)
at require (node:internal/modules/helpers:152:16)
at Object.<anonymous> ([redacted]\node_modules\zx\build\vendor-core.cjs:1402:24)
at Module._compile (node:internal/modules/cjs/loader:1738:14) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'[redacted]\\node_modules\\zx\\build\\vendor-core.cjs',
'[redacted]\\node_modules\\zx\\build\\core.cjs'
]antongolub