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
Now I want to add this package, but this error appears:
-- UNMET PERR DEPENDENCY react@>=0.12.0 || ^15.0.0-0
npm WARN react-swipeable@3.9.2 requires a peer of react@>=0.12.0 || ^15.0.0-0
but none was installed
If I understand right, this package has React from 0.12 to 15.0 versions in its peer dependencies list, but my project uses higher version and that's why I can't add this package to my project. So what is possible solution?
Please help
The text was updated successfully, but these errors were encountered:
asyncink
changed the title
Unmet peer dependency: Swipeable need older version of React
Unmet peer dependency: Swipeable needs older version of React
Apr 3, 2017
@git4t3ch Found precedent that this is most likely another package in your dependencies throwing this warning, but sadly npm prints all deps even though 15.4.1 is correctly fulfilled by ^15.0.0-0
I have a project with installed
React@15.4.1
Now I want to add this package, but this error appears:
If I understand right, this package has React from
0.12
to15.0
versions in its peer dependencies list, but my project uses higher version and that's why I can't add this package to my project. So what is possible solution?Please help
The text was updated successfully, but these errors were encountered: