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
I like to ask whether there are any trouble by installing with --force command and also updating plan for current react version. npm ERR! Could not resolve dependency: npm ERR! peer react@"^16 || ^17" from [email protected] npm ERR! node_modules/react-google-login npm ERR! react-google-login@"^5.2.2" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/react npm ERR! peer react@"^16 || ^17" from [email protected] npm ERR! node_modules/react-google-login npm ERR! react-google-login@"^5.2.2" from the root project
The text was updated successfully, but these errors were encountered:
the issue is related to [email protected] and not react-simple-star-rating. the package expects react versions 16 or 17. you can override react versions in your package json as the versions of react dont really matter for this package.
There is peer dependency error for react 18.2.0
I like to ask whether there are any trouble by installing with --force command and also updating plan for current react version.
npm ERR! Could not resolve dependency: npm ERR! peer react@"^16 || ^17" from [email protected] npm ERR! node_modules/react-google-login npm ERR! react-google-login@"^5.2.2" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/react npm ERR! peer react@"^16 || ^17" from [email protected] npm ERR! node_modules/react-google-login npm ERR! react-google-login@"^5.2.2" from the root project
The text was updated successfully, but these errors were encountered: