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
thanks for contributions as always. this is an issue i found while building the app today, and im using it by temporarily fixing the nodejs version to v23.11.0.
LTS releases should be the way to go, I don't remember a Node.js major that didn't unintentionally break ;) but hey, without early adopters we wouldn't have known...
Is there an existing issue for this?
Current behavior
Node.js v24.0.0 was released on May 6th, 2025.
https://nodejs.org/en/blog/release/v24.0.0
As of this version, the runtime SlowBuffer has been deprecated.
nodejs/node#55175
This patch has broken the entire JWT dependency chain.
Related:
• auth0/node-jsonwebtoken#992
• nodejs/node#58211
There does not appear to be a solution at this time, so anyone encountering the same issue should continue using Node.js v23.
Library maintainers: once this issue is resolved, please update the dependency and close this issue.
Thank you for your continued hard work and support!
Minimum reproduction code
https://gist.github.com/miyu4u/18c88cdef1b582edece1b9df96ab468b
Steps to reproduce
No response
Expected behavior
build should succeed without errors and work properly.
Package version
11.0.0
NestJS version
^10.0.0
Node.js version
24.0.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: