Graham V
Graham V
Same here on Node v8.9.3 and Backstop v3.0.37 ```bash events.js:183 throw er; // Unhandled 'error' event ^ Error: Stream not writable at module.exports.ChunkStream.write (/Users/xxx/node_modules/node-resemble-js/node_modules/pngjs/lib/chunkstream.js:46:24) at exports.PNG.PNG.write (/Users/xxx/node_modules/node-resemble-js/node_modules/pngjs/lib/png.js:92:16) at ReadStream.ondata (_stream_readable.js:639:20)...
Thank you @twhoff I have wasted so much time and this worked perfectly - I should have checked the issues as soon as it didn't work!
I am getting the same issue too, this is blocking me from updating other dependencies as I need webpack v5. Updating ~60 files to remove the need for `SASS_PATH` is...