Hi all
i have some sudden issues on Vercel in PROD. Here the build log:
I’ve updated all the packages on the local environment, but when i run npm install
i get the following errors:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! peer [email protected]"^16.5.0" from @frontity/[email protected]
npm ERR! node_modules/@frontity/lazyload
npm ERR! @frontity/[email protected]"^1.0.12" from the root project
npm ERR! peer [email protected]"^16.14.0" from [email protected]
npm ERR! node_modules/react-dom
npm ERR! peer [email protected]"^16.5.0" from @frontity/[email protected]
npm ERR! node_modules/@frontity/lazyload
npm ERR! @frontity/[email protected]"^1.0.12" from the root project
npm ERR! peer [email protected]"^16.8 || ^17.x" from @kunukn/[email protected]
npm ERR! node_modules/@kunukn/react-collapse
npm ERR! @kunukn/[email protected]"^2.2.9" from the root project
npm ERR! 3 more (@kunukn/react-collapse, @loadable/component, @react-pdf/renderer)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! [email protected]"^0.11.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR! peer [email protected]"^15.0.0 || ^17.0.0" from [email protected]
npm ERR! node_modules/react-elastic-carousel
npm ERR! [email protected]"^0.11.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/dejangeorgiev/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/dejangeorgiev/.npm/_logs/2021-02-22T22_14_17_050Z-debug.log
Here the repo: GitHub - dejangeorgiev/ruthgeorgiev-frontity
Can someone check this please?
Thanks a lot.
Dejan