Closed bartjkdp closed 11 months ago
Running npm install results in the following error:
npm install
npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: next-intl@3.0.0-rc.6 npm ERR! Found: next@14.0.1 npm ERR! node_modules/next npm ERR! next@"14.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer next@"^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from next-intl@3.0.0-rc.6 npm ERR! node_modules/next-intl npm ERR! next-intl@"^3.0.0-rc.6" from the root project npm ERR! npm ERR! Conflicting peer dependency: next@13.5.6 npm ERR! node_modules/next npm ERR! peer next@"^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from next-intl@3.0.0-rc.6 npm ERR! node_modules/next-intl npm ERR! next-intl@"^3.0.0-rc.6" from the root project
Downgrading Next to ^13.0.0 works 👍
^13.0.0
Running
npm install
results in the following error:Downgrading Next to
^13.0.0
works 👍