-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Can't resolve '@emotion/core' #1719
Comments
I encountered the same issue and resolved by downgrading the @emotion/core package. |
@sunvictor 's solution works although obviously not ideal |
Docz should contain its internal packages, I shouldn't install |
@AbdallahAbis that's right!! why does not contain self-dependencies, then need to install deps by yourself?? not friendly. |
Maybe @emotion has a break-changing in v11, then docz use it. Waiting fix. |
This is still an issue, maybe some work on this would be appreciated. |
@coalio this should be fixed in the next version I'm doing right now |
it doesn't work for me though |
me too |
Does not work till today |
still have problems now |
Bug Report
Generating development SSR bundle failed
Can't resolve '@emotion/core' in .........
docz: 2.4, react, and react-dom 17 in my project, when i run docz dev have the problem.
so i yarn add @emotion/core, but appear new problem : "The
@emotion/core
package has been renamed to@emotion/react
. Please import it like thisimport { jsx } from '@emotion/react'
.",so i yarn @emotion/react the problem do not disappear。
i have another question,in my package.json just docz react react-dom ,but i find gatsby, gatsby-cli ...... in node_modules
The text was updated successfully, but these errors were encountered: