gatsby-starter-ghost
gatsby-starter-ghost copied to clipboard
Unhandled Runtime Error: _gatsbyScript.PartytownContext is undefined
- Clone repo
- Install dependencies
- Run
npm run gatsby
Working on Macbook with M1.
App won't start. I'm getting:

I have the same issue and error on my intel based Mac. I'm using the following node & gatsby versions:
> node -v
v18.11.0
> npm -v
8.19.2
> gatsby --version
Gatsby CLI version: 4.24.0
Gatsby version: 4.15.2
> arch
i386
I have same issue too node : v16.18.0
Same issue on M1 Macbook
node -v
v16.17.0
same Issue
I managed to fix it by updating gatsby version to at least 4.24.7 , in general , just checkout branch renovate/gatsby-monorepo and run npm install and it should work fine.
Thanks, updating gatsby version to at least 4.24.7 works.