sheaivey / react-axios

Axios Components for React with child function callback
MIT License
180 stars 20 forks source link

npm WARN react-axios@2.0.3 requires a peer of axios@^0.15.0 but none is installed. #30

Closed tlenex closed 5 years ago

tlenex commented 5 years ago
npm WARN react-axios@2.0.3 requires a peer of axios@^0.15.0 but none is installed. You must install peer dependencies yourself.

I'm getting this warn always when installing something. And I have axios installed in my project as "axios": "^0.18.0". Maybe there is an issue with peerDependency syntax in this project?

npm@6.9.0 node@10.15.3

sheaivey commented 5 years ago

This is just a warning. I’ll update the peerDependency in the next release. Thanks!

Edit: ReactAxios does work v0.18.0 of axios.