Module not found nivo-arcs.es.js
See original GitHub issueDescribe/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:
- Created 2 years ago
- Comments:5
Top 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 >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
@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.
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.