You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest Node version 16.17.0 is causing this error:
Error [ERR_LOADER_CHAIN_INCOMPLETE]: "file:///home/runner/.cache/Cypress/10.6.0/Cypress/resources/app/node_modules/ts-node/esm/transpile-only.mjs 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include shortCircuit: true in the hook's return.
at new NodeError (node:internal/errors:387:5)
at ESMLoader.resolve (node:internal/modules/esm/loader:852:13)
at async ESMLoader.getModuleJob (node:internal/modules/esm/loader:431:7)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:533:24)
at async loadESM (node:internal/process/esm_loader:91:5)
at async handleMainPromise (node:internal/modules/run_main:65:12) {
code: 'ERR_LOADER_CHAIN_INCOMPLETE'
}
Desired behavior
Works the same as the previous Node version 16.16.0
Test code to reproduce
Run Node v16.17.0
Cypress Version
10.6.0
Node version
16.17.0
Operating System
Linux in GH Actions
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
bennymeade
changed the title
Node v16.17.0 throws error
Node v16.17.0 throws error when launching Cypress
Aug 30, 2022
Current behavior
Latest Node version 16.17.0 is causing this error:
Error [ERR_LOADER_CHAIN_INCOMPLETE]: "file:///home/runner/.cache/Cypress/10.6.0/Cypress/resources/app/node_modules/ts-node/esm/transpile-only.mjs 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include
shortCircuit: true
in the hook's return.at new NodeError (node:internal/errors:387:5)
at ESMLoader.resolve (node:internal/modules/esm/loader:852:13)
at async ESMLoader.getModuleJob (node:internal/modules/esm/loader:431:7)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:533:24)
at async loadESM (node:internal/process/esm_loader:91:5)
at async handleMainPromise (node:internal/modules/run_main:65:12) {
code: 'ERR_LOADER_CHAIN_INCOMPLETE'
}
Desired behavior
Works the same as the previous Node version 16.16.0
Test code to reproduce
Run Node v16.17.0
Cypress Version
10.6.0
Node version
16.17.0
Operating System
Linux in GH Actions
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: