This package helps you switch from Inquirer to Enquirer without heavy code changes.
Install it:
npm i enquirer-compat
Change your code like this:
- const inquirer = require('inquirer')
+ const inquirer = require('enquirer-compat')
Don't forget to test your code after that.
Not all features of Inquirer are supported or implemented in Enquirer.
- NOT supports
rawlist
,expand
,editor
prompts. - NOT supports separator.
MIT License (c) 2018-present Pig Fang