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
Hi all,
founded the issue when upgrading React to the last version released (v18). This is the stacktrace:
npm ERR! node_modules/react npm ERR! react@"^18.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.6.3 || ^17.0.0" from react-csv-downloader@2.7.1 npm ERR! node_modules/react-csv-downloader npm ERR! react-csv-downloader@"^2.7.1" from the root project
I know I can use --legacy-peer-deps
during the installation (maybe this workaround cannot works for all people) but I think will be better to have a clean installation.
It's in your roadmap? Thanks to all team members.
The text was updated successfully, but these errors were encountered:
Hi all,
founded the issue when upgrading React to the last version released (v18). This is the stacktrace:
npm ERR! node_modules/react npm ERR! react@"^18.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.6.3 || ^17.0.0" from react-csv-downloader@2.7.1 npm ERR! node_modules/react-csv-downloader npm ERR! react-csv-downloader@"^2.7.1" from the root project
I know I can use
--legacy-peer-deps
during the installation (maybe this workaround cannot works for all people) but I think will be better to have a clean installation.
It's in your roadmap? Thanks to all team members.
The text was updated successfully, but these errors were encountered: