gulp-sass icon indicating copy to clipboard operation
gulp-sass copied to clipboard

Incompatibility with Node 22.0.0

Open mbohovic opened this issue 1 year ago • 2 comments

Gulp sass is not compatible with node v 22

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

can you fix it, please? well thank you

mbohovic avatar May 02 '24 17:05 mbohovic

I'm having the same issue. :/

lucasmezencio avatar May 02 '24 20:05 lucasmezencio

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)

KristianH avatar May 06 '24 16:05 KristianH

the same

Alecto avatar Nov 23 '24 18:11 Alecto

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.

xzyfer avatar Nov 27 '24 06:11 xzyfer