faressoft / inquirer-checkbox-plus-prompt

Checkbox with autocomplete and other additions for Inquirer
MIT License
39 stars 25 forks source link

Not working with latest version of inquirer #18

Open netrajpatel opened 1 year ago

netrajpatel commented 1 year ago

inquirer-checkbox-plus-prompt cannot be used with latest version of inquirer(9.1.4). Getting error -

npm ERR! Could not resolve dependency:
npm ERR! peer inquirer@"^8.2.5" from inquirer-checkbox-plus-prompt@1.4.1
npm ERR! node_modules/inquirer-checkbox-plus-prompt
ntrjpatel commented 1 year ago

This issue has been resolved with the peer dependency version update in https://github.com/faressoft/inquirer-checkbox-plus-prompt/pull/19

netrajpatel commented 1 year ago

Hi @faressoft, Any plans to upgrade the Inquire package to the latest?