You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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
The text was updated successfully, but these errors were encountered: