wkocjan / gatsby-theme-intro

Personal branding theme for developers
https://weeby.studio/intro/
MIT License
336 stars 157 forks source link

Gatsby develop stuck in "building schema" #41

Open micposso opened 1 year ago

micposso commented 1 year ago

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

cicioflaviu commented 1 year ago

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