ehmicky
ehmicky
The following error happens in some builds: ``` Error in file: build/static/media/animated_logo.52e0714e.svg Cannot read property 'each' of undefined /opt/buildhome/.netlify-build-plugins/node_modules/svgo/lib/css-tools.js:26:31 Object.enter /opt/buildhome/.netlify-build-plugins/node_modules/css-tree/lib/walker/create.js:11:16 Object. /opt/buildhome/.netlify-build-plugins/node_modules/css-tree/lib/walker/create.js:160:19 List.walkNode /opt/buildhome/.netlify-build-plugins/node_modules/css-tree/lib/common/List.js:158:12 List.each /opt/buildhome/.netlify-build-plugins/node_modules/css-tree/lib/walker/create.js:106:29 Object.StyleSheet /opt/buildhome/.netlify-build-plugins/node_modules/css-tree/lib/walker/create.js:163:37 walkNode...
The following error is happening in some builds: ``` 7:56:26 PM: Build ready to start 7:56:28 PM: build-image version: 30f629161c0736b1a3ecd8b418e5eeffab5c0faf 7:56:28 PM: build-image tag: v3.3.14 7:56:28 PM: buildbot version: a383ed3390159974f55f285b04457b44cb49efb0...
Many users are canceling builds in the middle of this plugin due to the time taken by image minification. One way to fix this could be to provide some type...
Image processing can be quite slow. It would be great if the minified images could be cached, so minification does not happen on the next build if the image has...
The following error is happening in some builds: ``` Error in file: _site/images/troy-logo-white_1072x1072.png ENOENT: no such file or directory, open '_site/images/troy-logo-white_1072x1072.png' ``` The repository is [here](https://github.com/troyvassalotti/personal-site). The build logs do...
Some builds report the following error: ``` Cannot set property 'post' of undefined /opt/buildhome/.netlify-build-plugins/node_modules/netlify-plugin-image-optim/index.js:37:26 /opt/buildhome/.netlify-build-plugins/node_modules/netlify-plugin-image-optim/index.js:33:22 onPostBuild src/plugins/child/run.js:18:3 async Object.run src/plugins/child/main.js:38:38 async handleEvent src/plugins/ipc.js:97:9 async process. ``` This seems to indicate...
The following error is happening in some builds. ``` Error in file: public/static/0fcc4b193c9b78671c8ba9d2fdeaf48c/canva_pro_logo.gif gifsicle:/tmp/5429c4b3-0087-46ef-99d5-82b31b1f4f55: background color not in colormap /opt/buildhome/.netlify-build-plugins/node_modules/netlify-plugin-image-optim/index.js:29:30 async onPostBuild src/plugins/child/run.js:18:3 async Object.run src/plugins/child/main.js:38:38 async handleEvent src/plugins/ipc.js:97:9 async...
An `ENOSPC` error is thrown in some builds, indicating a file memory problem: ``` Error in file: storybook/assets/svg/check-sm.svg ENOSPC: no space left on device, write ``` The repository is private....
This can be reproduced with: ```js execa('echo', { stdin: 'test' }) ``` ``` node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ Error: write EPIPE at afterWriteDispatched (node:internal/stream_base_commons:164:15) at writeGeneric (node:internal/stream_base_commons:155:3) at...
The types do not work with TypeScript `3.3` (see #335) and below notably because of the changes to the `readonly` keyword brought by TypeScript `3.4`. What should we do about...