Closed rootux closed 3 years ago
npm install fails (On npm 7.24.1, Node 14.17.6) with:
npm install
code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: ag-grid-vue-example@26.1.0 npm ERR! Found: vue-property-decorator@9.1.2 npm ERR! node_modules/vue-property-decorator npm ERR! vue-property-decorator@"9.1.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vue-property-decorator@"^7.2.0 || ^8.0.0" from @ag-grid-community/vue@26.1.0 npm ERR! node_modules/@ag-grid-community/vue npm ERR! @ag-grid-community/vue@"~26.1.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-p
--force did fixed it
--force
This has been fixed and will be available in our next release - thanks for reporting it
npm install
fails (On npm 7.24.1, Node 14.17.6) with:--force
did fixed it