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
When trying to upgrade my packages I get the following error:
npm ERR! Found: [email protected]
npm ERR! Could not resolve dependency:
npm ERR! peerOptional typescript@"^3.2.1" from [email protected]
npm ERR! node_modules/react-scripts
npm ERR! peer react-scripts@"^3.1.1" from [email protected]
npm ERR! node_modules/react-indexed-db
npm ERR! react-indexed-db@"^1.0.12" from the root project
I was able to bypass this using the "--legacy-peer-deps" flag. Wanted to know is this the standard way or will there be a fix for this sometime later ?
The text was updated successfully, but these errors were encountered:
When trying to upgrade my packages I get the following error:
npm ERR! Found: [email protected]
npm ERR! Could not resolve dependency:
npm ERR! peerOptional typescript@"^3.2.1" from [email protected]
npm ERR! node_modules/react-scripts
npm ERR! peer react-scripts@"^3.1.1" from [email protected]
npm ERR! node_modules/react-indexed-db
npm ERR! react-indexed-db@"^1.0.12" from the root project
I was able to bypass this using the "--legacy-peer-deps" flag. Wanted to know is this the standard way or will there be a fix for this sometime later ?
The text was updated successfully, but these errors were encountered: