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.

Module not found nivo-arcs.es.js

See original GitHub issue

Describe/explain the bug Module not found, I guess something related with locale?

To Reproduce Install versión 0.72.0 Use sample pie

Got this error:

./node_modules/@nivo/arcs/dist/nivo-arcs.es.js Module not found: Can't resolve 'react/jsx-runtime' in 'D:\projects\escolastia\colegio-web-ui\node_modules\@nivo\arcs\dist'

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
joealdencommented, Aug 16, 2021

@iljinjung the minimum supported version is React 16.14.0, but I believe nivo is currently developed against React 17, so I’d say the more recent the React version the better.

2reactions
wyzecommented, Jul 9, 2021

Ah yes, we do need to bump the peer deps. I can add some breaking changes notes to the v0.72.0 changelog/release notes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Have a JavaScript Module Not Found Error ... - Airbrake Blog
If you're seeing a "module not found: error: can't resolve," in your Javascript code, here's an explanation as to why and how to...
Read more >
Error [ERR_MODULE_NOT_FOUND]: Cannot find module
This answer was the one that helped me! I was using import and the file was .js - Adding --es-module-specifier-resolution=node saved the day...
Read more >
module-not-found - Next.js
A module not found error can occur for many different reasons: The module you're trying to import is not installed in your dependencies;...
Read more >
JavaScript modules - MDN Web Docs
This guide gives you all you need to get started with JavaScript module syntax.
Read more >
Installation – three.js docs
All methods of installing three.js depend on ES modules (see Eloquent JavaScript: ... Not all features are accessed directly through the three module...
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