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 reaching out to discuss an issue I've encountered while trying to install react-activity-feed in my project that uses React version 18.2.0. When attempting to install react-activity-feed via npm, I encountered a peer dependency conflict, as react-activity-feed appears to expect React version 17.x.x or 16.8.x. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] 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@"^17.0.0 || ^16.8.0" from [email protected] npm ERR! node_modules/react-activity-feed npm ERR! react-activity-feed@"*" from the root project
The text was updated successfully, but these errors were encountered:
I am reaching out to discuss an issue I've encountered while trying to install react-activity-feed in my project that uses React version 18.2.0. When attempting to install react-activity-feed via npm, I encountered a peer dependency conflict, as react-activity-feed appears to expect React version 17.x.x or 16.8.x.
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] 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@"^17.0.0 || ^16.8.0" from [email protected] npm ERR! node_modules/react-activity-feed npm ERR! react-activity-feed@"*" from the root project
The text was updated successfully, but these errors were encountered: