Angular - npm err! ERESOLVE unable to resolve dependency tree in English

preview_player
Показать описание
npm Error ! ERESOLVE unable to resolve dependency tree
when creating application or npm install or ng serve
when try to install npm you will get this issue or when you try to create project you will get this issue or when you run the application you will get this issue
command : npm config set legacy-peer-deps true
#unabletoresolvedependencytree #virutchamtechs #npm
Рекомендации по теме
Комментарии
Автор

Thank you very much, only this viedo could solve my Problem.😁

IUUIIIII
Автор

this works locally, imagine you are integrating the npm install in yml script as part of CI/CD integrations. there will be problem still, so how do we fix it?

madhukoliwad