question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't resolve '@theme-ui/css/dist/types' in '...node_modules/@theme-ui/core/dist'

See original GitHub issue

Library 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:closed
  • Created 3 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
eonwardcommented, Aug 22, 2020

They also suggest bumping down @theme-ui/css and @theme-ui/mdx to the previous release candidate for now:

  "resolutions": {
    "@theme-ui/core": "0.4.0-rc.1",
    "@theme-ui/css": "0.4.0-rc.1",
    "@theme-ui/mdx": "0.4.0-rc.1"
  }

see: system-ui/theme-ui/issues/1134

1reaction
eddyhdzgcommented, Aug 25, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found