-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby build => yoga-layout | nbind.js:53 | TypeError: Cannot read property 'activities' of undefined #23378
Comments
Yeah, likely related. You have a pinned version of gatsby in package.json: Looks like it depends on incompatible |
Yes, it seems so, bumped to 2.20.29 and it works :) |
Bumped to 2.20.29, updated the cli.
Is this an issue with the CLI? |
Because of this issue: gatsbyjs/gatsby#23378
I am getting the same error when I copy-paste the folder of my gatsby project. The original works, but the copy shows this error. I have 2.20.20 version |
I fixed it with |
bumped to 2.20.29 and it worked! |
* CKS-303 Add GTM snippet * CKS-303 Update package lock after merge * CKS-303 Update gatsby version Because of this issue: gatsbyjs/gatsby#23378 * CKS-303 Web app serves from Gatsby public folder * CKS-303 Add feature test for tag manager * CKS-303 Add functional tests tasks to vscode * CKS-303 Fix spelling mistake * CKS-303 Update packages
Sorry, wrong issue, re-filed in #14905. |
thats great! When update gatsby version to 2.24.2 it's works! |
Also running into this issue with gatsby version 2.24.62 and cli 2.12.99 |
I'm able to fix same issue after upgrade node.js to latest, from 13.2.0 to 14.14.0 (ref) |
EDIT: global
gatsby-cli
version2.11.15
(perhaps related to #23214 ?)I can't find what is causing this error
It can be reproduced by
gatsby develop
works, but when I terminate it with Ctrl+N I get the same errorThis same repo works (both
develop
andbuild
) when being within workspaces with the dependenciesgatsby-theme-one
,gatsby-theme-core
andgatsby-theme-methods
thereI've started (in
node_modues
) deleting and removing everything I could from the three packages and I've ended with I'd say nothing (onlygatsby-config
andpackage.json
) and still doesn't build giving the same error message** remaining structure after deleting as much as I've been able trying to isolate the error
kuworking-theme-one
gatsby-theme-kuworking-one
gatsby-theme-kuworking-core
The text was updated successfully, but these errors were encountered: