-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
CI for node.js is broken due to chai 4.4.0 release #5153
Comments
I have tested, chai 4.4.0 published less than 9 hours ago fails. chai 4.3.10 works. |
So this is broken because of this PR: chaijs/chai#1553 |
link2xt
changed the title
CI for node.js is broken
CI for node.js is broken due to chai 4.4.0 release
Jan 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm run test
fails with the following error:I did not have this error, but then removed
node_modules
with thenode_modules/.package-lock.json
inside and now getting this error too. So it is related to some dependency update.I then replaced
chai
dependency with exact version, didnpm i
and thennpm run test
passed:We can do this, but would be nice to fix the issue and use the latest version.
The text was updated successfully, but these errors were encountered: