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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Everything works fine until I delete a watched .scss file then I get
TypeError: watcher.deleted is not a function
at Gaze. (/var/www/dev/web/themes/custom/acas/node_modules/node-sass/bin/node-sass:266:21)
at emitOne (events.js:116:13)
at Gaze.emit (events.js:211:7)
at Gaze.emit (/var/www/dev/web/themes/custom/acas/node_modules/gaze/lib/gaze.js:128:32)
at /var/www/dev/web/themes/custom/acas/node_modules/gaze/lib/gaze.js:408:18
at Array.forEach ()
at /var/www/dev/web/themes/custom/acas/node_modules/gaze/lib/gaze.js:404:12
at FSReqWrap.oncomplete (fs.js:135:15)
In watcher.js there is no function called watcher.deleted but there is watcher.removed. Editing node-sass to call this instead gives 'Error: ENOENT: no such file or directory,'. Had to give up