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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:664
parent = sibling.parentNode,
^
TypeError: Cannot read properties of undefined (reading 'parentNode')
at runScript (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:664:28)
at createFunction (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:517:9)
at createFunction (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:524:44)
at createCompiled (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:1714:23)
at clock (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:1608:58)
at clock (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:1818:20)
at cycle (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:2007:49)
at Benchmark.run (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:2114:13)
at execute (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:860:74)
at invoke (/home/kuba/projects/jcubic/terminal/repo/node_modules/benchmark/benchmark.js:970:20)
I'm testing a library that uses JSDom to work properly in Node.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use the library:
And got this error in NodeJS 18.
this is the stack trace:
I'm testing a library that uses JSDom to work properly in Node.
The text was updated successfully, but these errors were encountered: