How to Fix npm ERR ERESOLVE Unable to Resolve Dependency || VUEJS

preview_player
Показать описание
Unable to resolve dependency tree error when installing npm packages.

When I run the following command:

npm install --save vue-js-modal

''Solved this issue:
npm config set legacy-peer-deps true
Рекомендации по теме