-
Notifications
You must be signed in to change notification settings - Fork 10
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
Compatibility issue with Node.js 23.0.0: TypeError in @nodelib/fs.scandir #110
Comments
demonicattack
added a commit
to demonicattack/nodelib
that referenced
this issue
Oct 19, 2024
…s in DirentFromStat. Closes nodelib#110
Looks like it'll be resolved next release |
It throws on bun too though. Object.defineProperty(DirentFromStats.prototype, name, { get(){ return this[kStats][name]() }}) |
This issue was fixed in the node@23.2 (nodejs/node#55538). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered a compatibility issue with @nodelib/fs.scandir when using Node.js version 23.0.0. The error occurs due to an attempt to set a property on a Dirent object, which has only a getter.
Ubuntu 24.04
Node.js 23.0.0
@nodelib/fs.scandir 3.0.0
The text was updated successfully, but these errors were encountered: