Answers for "npm err! eresolve unable to resolve dependency tree mac"

30

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree

npm config set legacy-peer-deps true
Posted by: Guest on April-22-2021
-1

how to deal with ERESOLVE unable to resolve dependency tree

npm install --legacy-peer-deps

You have dependency conflict (incorrect & potentially broken dependency)
Try to run the command with --force, or --legacy-peer-deps.
If it doesn't take effect, the temporary solution is using prior 
versions of the Node.js (downgrading the Node.js version) as
it causes this kind of errors to happen sometimes.
Posted by: Guest on November-30-2021
-1

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree

npm install --save --legacy-peer-deps
Posted by: Guest on October-13-2021

Code answers related to "npm err! eresolve unable to resolve dependency tree mac"

Browse Popular Code Answers by Language