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
I'm encountering an error while running gatsby build on my website, which is integrated with WordPress and WooCommerce.
I've already tried the usual troubleshooting steps:
Clearing the npm and Gatsby cache
Deleting package-lock.json
Removing some plugins in case of conflicts
Unfortunately, none of these solutions have worked.
Here’s the complete error message:
Building Rendering Engines
[=======================] 57.515 73/7 100 Running gatsby-plugin-sharp.IMAGE_PROCESSING …
== s 3 %
<w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (1737kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)
<w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (1737kiB) impacts deserializ⠋ Building Rendering Engines
[=======================] 57.515 73/7 100 Running gatsby-plugin-sharp.IMAGE_PROCESSING …
== s 3 %
<w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (124kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)
<w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (124kiB) impacts deserializasuccess Building Rendering Engines - 55.063s
failed Validating Rendering Engines - 3.056s
ERROR #98001 ENGINE.VALIDATION
Built Rendering Engines failed validation.
Please open an issue with a reproduction at https://gatsby.dev/new-issue for more help.
Error: Worker exited before finishing task
- index.js:205 ChildProcess.<anonymous>
[cora-website]/[gatsby-worker]/dist/index.js:205:41
not finished Running gatsby-plugin-sharp.IMAGE_PROCESSING jobs - 115.690s
I’d really appreciate any help in resolving this issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I'm encountering an error while running gatsby build on my website, which is integrated with WordPress and WooCommerce.
I've already tried the usual troubleshooting steps:
Clearing the npm and Gatsby cache
Deleting package-lock.json
Removing some plugins in case of conflicts
Unfortunately, none of these solutions have worked.
Here’s the complete error message:
I’d really appreciate any help in resolving this issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered: