Error: Cannot find module '@nivo/core' after upgrading to 0.65.0
See original GitHub issueDescribe/explain the bug
After upgrading the Pie and Line charts to version 0.65.0 I’m getting the error
Module not found: Can't resolve '@nivo/core'
To Reproduce
In this codesandbox just bump the version of @nivo/pie
to 0.65.0
to see the error
https://codesandbox.io/s/nivo-core-required-zk09f?file=/src/App.js
Steps to reproduce the behavior:
- Go here: https://codesandbox.io/s/nivo-core-required-zk09f?file=/src/App.js
- Bump version to 0.65.0
Desktop (please complete the following information):
- OS: Mac Catalina
- Chrome
Additional context
Maybe we just need to update the documentation if @nivo/core
is required now
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:18 (6 by maintainers)
Top Results From Across the Web
Npm build fails on Module not found errors · Issue #30 - GitHub
We are developing a neodash prototype, and we were interested in running the 2.0.0-preview version. We can't get it to build unfortunately.
Read more >@nivo/core - npm
Start using @nivo/core in your project by running `npm i @nivo/core`. There are 177 other projects in the npm registry using @nivo/core.
Read more >Unable to resolve path to module '@nivo/pie' - Stack Overflow
In order to use nivo, you have to install the @nivo/core package and then choose some of the scoped @nivo packages according to...
Read more >Fix Global Installs Not Working | "Cannot find module" error FIX
Getting " Cannot find module " after installing something globally (with -g)? Well, this video shows you how to fix global package/module ...
Read more >Solved: Cannot find module react : npm install - YouTube
start Windows PowerShell and use npm install.
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
Done in #1293.
We might want to make the script a bit more generic @wyze.