hupe1980 / gatsby-theme-material-ui

Gatsby theme for Material-UI
MIT License
100 stars 44 forks source link

warn Plugin gatsby-plugin-material-ui is not compatible with your gatsby version 4.6.0 #84

Open kavinithiy opened 2 years ago

kavinithiy commented 2 years ago

Am facing error like warn Plugin gatsby-plugin-material-ui is not compatible with your gatsby version 4.6.0 - It requires gatsby@^3.0.0

Any input ?

Screenshot 2022-01-31 at 1 42 46 AM

package.json "gatsby-plugin-material-ui": "^4.0.2", "gatsby": "^4.6.0", "gatsby-material-ui-components": "^5.1.0", "gatsby-theme-material-ui-top-layout": "^5.1.0",

Should i use gatsby plugins or i can use @mui/material plugin to proceed further ?