delta10 / signalen-frontend-wcag

https://signalen-frontend-wcag.vercel.app
European Union Public License 1.2
0 stars 1 forks source link

Npm install results in an error #1

Closed bartjkdp closed 11 months ago

bartjkdp commented 11 months ago

Running npm install results in the following error:

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 👍