esbullington / react-d3

Modular React charts made with d3.js
https://reactiva.github.io/react-d3-website/
MIT License
1.76k stars 187 forks source link

Installing react-d3 #343

Open anusurendra opened 7 years ago

anusurendra commented 7 years ago

Hi I am getting the following warning when trying to install react-d3 using npm npm install react-d3

`npm WARN react-d3-basic@1.6.11 requires a peer of react@^0.14.7 but none was installed. npm WARN react-d3-basic@1.6.11 requires a peer of react-dom@^0.14.7 but none was installed. npm WARN react-d3-brush@1.1.0 requires a peer of react@^0.14.0 but none was installed. npm WARN react-dom@0.14.9 requires a peer of react@^0.14.9 but none was installed. npm WARN react-d3-core@1.3.9 requires a peer of react@^0.14.7 but none was installed. npm WARN react-d3-core@1.3.9 requires a peer of react-dom@^0.14.7 but none was installed. npm WARN react-d3-shape@0.2.24 requires a peer of react@^0.14.7 but none was installed. npm WARN react-d3-shape@0.2.24 requires a peer of react-dom@^0.14.7 but none was installed.

I am wondering about if there is a way stop this error. I have tried to install react and react-dom, however I still get this error.

Thanks in advance

Mikajel commented 7 years ago

Same here. I am fairly new to JS and React as a whole, but I found it weird that I can see those dependencies installed and react-d3 is still being sad about them.