dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.57k stars 381 forks source link

Incompatibility with Node 22.0.0 #869

Closed mbohovic closed 1 day ago

mbohovic commented 6 months ago

Gulp sass is not compatible with node v 22

Please see next. link [TypeError: Cannot assign to read only property 'ctime' of object '#'](https://stackoverflow.com/questions/78416678/typeerror-cannot-assign-to-read-only-property-ctime-of-object-stats)

can you fix it, please? well thank you

lucasmezencio commented 6 months ago

I'm having the same issue. :/

KristianH commented 6 months ago

I had the issue with node v22.0.0. After update to v22.1.0 the process is working.

Still getting this warning:

(node:12027) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
Alecto commented 4 days ago

the same

xzyfer commented 1 day ago

The stack trace in the stackoverflow issues suggests this is an issue with dart-sass. If the issue persists please open an issue in the https://github.com/sass/dart-sass repo.