dlmanning / gulp-sass

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

Incompatibility with Node 22.0.0 #869

Open mbohovic opened 4 months ago

mbohovic commented 4 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 4 months ago

I'm having the same issue. :/

KristianH commented 3 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)