experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

d3-array module not found error when using #104

Closed email2vimalraj closed 6 years ago

email2vimalraj commented 7 years ago

Hello,

I'm getting the following error when I use PieChart:

./~/react-easy-chart/lib/shared.js
Module not found: Can't resolve 'd3-array' in '../node_modules/react-easy-chart/lib'
email2vimalraj commented 7 years ago

I guess this is because of your peer dependencies.

ngocdaothanh commented 7 years ago

I think you need to manually install "peerDependencies" listed at: https://github.com/rma-consulting/react-easy-chart/blob/master/package.json#L95

email2vimalraj commented 6 years ago

Thanks