Can't resolve '@theme-ui/css/dist/types' in '...node_modules/@theme-ui/core/dist'
See original GitHub issueLibrary currently not working
web Failed to compile. /Users/eddyhdzg/Desktop/my-react-app/node_modules/@theme-ui/core/dist/index.esm.js Module not found: Can't resolve '@theme-ui/css/dist/types' in '/Users/eddyhdzg/Desktop/my-react-app/node_modules/@theme-ui/core/dist'
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Webpack suddenly fails to compile due to "Module not found ...
I had this issue and solved by fixing my modules resolution settings in Jest. With the current state of things, my package-lock includes:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
They also suggest bumping down @theme-ui/css and @theme-ui/mdx to the previous release candidate for now:
see: system-ui/theme-ui/issues/1134
It worked with the https://github.com/rogeriochaves/npm-force-resolutions!