Skip to content

ERR_INTERNAL_ASSERTION error for yarn test:cover #54043

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

Closed
cfamy opened this issue Jul 25, 2024 · 2 comments
Closed

ERR_INTERNAL_ASSERTION error for yarn test:cover #54043

cfamy opened this issue Jul 25, 2024 · 2 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. invalid Issues and PRs that are invalid.

Comments

@cfamy
Copy link

cfamy commented Jul 25, 2024

Affected URL(s)

No response

Description of the problem

I got the following issue when I try run "yarn test:cover". my current version of node is 21.7.3, but within the error, the node.js displayed with 20.10.0

node:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^

Error: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues

at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1118:3)
at Timeout.internalConnectMultipleTimeout (node:net:1687:3)
at listOnTimeout (node:internal/timers:575:11)
at processTimers (node:internal/timers:514:7) {

code: 'ERR_INTERNAL_ASSERTION'
}

Node.js v20.10.0
error Command failed with exit code 1.

@cfamy cfamy added the doc Issues and PRs related to the documentations. label Jul 25, 2024
@avivkeller avivkeller added wrong repo Issues that should be opened in another repository. and removed doc Issues and PRs related to the documentations. labels Aug 4, 2024
@avivkeller
Copy link
Member

Can someone transfer this to nodejs/help?

@aduh95
Copy link
Contributor

aduh95 commented Sep 19, 2024

Duplicate of #51354

Bug was fixed on Node.js 20.12+

@aduh95 aduh95 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
@avivkeller avivkeller added duplicate Issues and PRs that are duplicates of other issues or PRs. invalid Issues and PRs that are invalid. and removed wrong repo Issues that should be opened in another repository. labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. invalid Issues and PRs that are invalid.
Projects
None yet
Development

No branches or pull requests

3 participants