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 am getting the following error while installing.
Did some research and found that React released v17 in late 2020. But there are still many packages listing react 16 as a peer dependency. And since NPM v7 changed the way they handle peer dependencies, hence I am getting this error.
Currently I am using --legacy-peer-deps flag as the error instructs.
The text was updated successfully, but these errors were encountered:
limatgans
changed the title
Please upgrade react version to 17
Please upgrade react to v17
Aug 31, 2022
I am getting the following error while installing.
Did some research and found that React released v17 in late 2020. But there are still many packages listing react 16 as a peer dependency. And since NPM v7 changed the way they handle peer dependencies, hence I am getting this error.
Currently I am using --legacy-peer-deps flag as the error instructs.
The text was updated successfully, but these errors were encountered: