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
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.
The text was updated successfully, but these errors were encountered:
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
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
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
code: 'ERR_INTERNAL_ASSERTION'
}
Node.js v20.10.0
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: