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
When building/developing the ci crashes out with the following error:
node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
throw ex;
^
Error: Callback was already called.
at throwError (node_modules/neo-async/async.js:16:11)
at node_modules/neo-async/async.js:2818:7
at processTicksAndRejections (internal/process/task_queues.js:75:11)
error Command failed with exit code 7.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command
This did not happen with "gatsby-plugin-netlify-cms": "4.9.0" but occurs with "gatsby-plugin-netlify-cms": "4.10.0"
I have tried cleaning everything out (deleting node_modules and yarn lock and .cache) and tried many other things mentioned in previous ticket where this issue occurred on much older versions of the lib so potentially a regression has occurred or a conflict with another plugin perhaps
Reverting to 4.9.0 solves for now
Steps to reproduce
Run gatsby develop / build with "gatsby-plugin-netlify-cms": "4.10.0"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When building/developing the ci crashes out with the following error:
This did not happen with
"gatsby-plugin-netlify-cms": "4.9.0"
but occurs with"gatsby-plugin-netlify-cms": "4.10.0"
I have tried cleaning everything out (deleting node_modules and yarn lock and .cache) and tried many other things mentioned in previous ticket where this issue occurred on much older versions of the lib so potentially a regression has occurred or a conflict with another plugin perhaps
Reverting to 4.9.0 solves for now
Steps to reproduce
Run gatsby develop / build with
"gatsby-plugin-netlify-cms": "4.10.0"
Expected result
Should not crash out of the build
Actual result
Crashes
Environment
Dependencies:
System:
OS: Linux 5.4 Ubuntu 20.04.2 LTS (Focal Fossa)
CPU: (5) x64 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Shell: 5.8 - /usr/bin/zsh
Binaries:
Node: 14.15.4 - /tmp/yarn--1612444494343-0.7453913887413413/node
Yarn: 1.22.10 - /tmp/yarn--1612444494343-0.7453913887413413/yarn
npm: 6.14.10 - ~/.volta/tools/image/node/14.15.4/bin/npm
Beta Was this translation helpful? Give feedback.
All reactions