filmov
tv
How to Fix npm ERR ERESOLVE Unable to Resolve Dependency || VUEJS
Показать описание
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
When I run the following command:
npm install --save vue-js-modal
''Solved this issue:
npm config set legacy-peer-deps true