gatsby-theme-intro
gatsby-theme-intro copied to clipboard
Gatsby develop stuck in "building schema"
The gatsby develop process does not finish. Running node 18.12.1 and gatsby cli 5.3.1
I've fixed it by using the following dependencies in package.json:
"dependencies": {
"@wkocjan/gatsby-theme-intro": "^2.0.1",
"gatsby": "3.15.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}