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 Nov 11, 2023. It is now read-only.
Describe the bug
Can't seem to install restful-react in my project because it doesn't seem to work with React >17.
To Reproduce
Steps to reproduce the behavior:
Type npm i restful-react in a React 18 project
Wait a bit and you'll see these error messages:
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.5 || ^17" from [email protected]
Expected behavior
I haven't seen any compatibility chart, so I expected to install it without problems.
Desktop (please complete the following information):
OS: MacOS
Browser: no browser. Visual Studio Code editor terminal
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Can't seem to install restful-react in my project because it doesn't seem to work with React >17.
To Reproduce
Steps to reproduce the behavior:
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.5 || ^17" from [email protected]
Expected behavior
I haven't seen any compatibility chart, so I expected to install it without problems.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: