gatsby-theme-intro icon indicating copy to clipboard operation
gatsby-theme-intro copied to clipboard

Gatsby develop stuck in "building schema"

Open micposso opened this issue 3 years ago • 1 comments

The gatsby develop process does not finish. Running node 18.12.1 and gatsby cli 5.3.1

micposso avatar Feb 21 '23 21:02 micposso

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"
  }
}

cicioflaviu avatar Mar 06 '23 15:03 cicioflaviu