You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Describe the bug
Because of the number of dependencies managed by gatsby-theme-catalyst there are occasionally conflicts in yarn.lock or in node_modules that can be resolved by removing both of these folders/files and running yarn install.
This is a good first step if you are encountering an error with missing packages or version mismatch. Most often I have seen this as a visual error with Theme-UI and/or an error with different conflicting versions of Gatsby installed.
It is worth trying this before posting a bug report if you think it may solve your problem.
rm -rf node_modules yarn.lock
yarn install
The text was updated successfully, but these errors were encountered:
Describe the bug
Because of the number of dependencies managed by
gatsby-theme-catalyst
there are occasionally conflicts inyarn.lock
or innode_modules
that can be resolved by removing both of these folders/files and runningyarn install
.This is a good first step if you are encountering an error with missing packages or version mismatch. Most often I have seen this as a visual error with Theme-UI and/or an error with different conflicting versions of Gatsby installed.
It is worth trying this before posting a bug report if you think it may solve your problem.
The text was updated successfully, but these errors were encountered: