Closed apydo closed 3 years ago
Hello ! Package fails to install after inquirer last update to 8.0.0.
$ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: application@3.0.0 npm ERR! Found: inquirer@8.0.0 npm ERR! node_modules/inquirer npm ERR! inquirer@"^8.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer inquirer@"^5.0.0 || ^6.0.0 || ^7.0.0" from inquirer-autocomplete-prompt@1.3.0 npm ERR! node_modules/inquirer-autocomplete-prompt npm ERR! inquirer-autocomplete-prompt@"^1.3.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Fixed by https://github.com/mokkabonna/inquirer-autocomplete-prompt/pull/127 cc @mokkabonna
Hello ! Package fails to install after inquirer last update to 8.0.0.