Installing react-d3
Opened this issue · 1 comments
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.
- react-d3@0.4.0
updated 1 package in 1.544s`
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
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.