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
The new components in theme-ui have gatsby listed as an optional dep. When you install to a non-gatsby site (say Create React App), we get issues with multiple versions of webpack as gatsby is also being installed.
The react-scripts package provided by Create React App requires a dependency:
"webpack": "4.41.0"
Don't try to install it manually: your package manager does it automatically.
However, a different version of webpack was detected higher up in the tree:
C:\Users\Jacob\Documents\dev\finatr\node_modules\webpack (version: 4.41.2)
The new components in theme-ui have gatsby listed as an optional dep. When you install to a non-gatsby site (say Create React App), we get issues with multiple versions of webpack as gatsby is also being installed.
The text was updated successfully, but these errors were encountered: