-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can replace inquirer with prompts #6081
Comments
I can help you with this. |
Thanks for raising this issue. But I'm wondering how much difference is there between the |
Hey @sodatea, Thanks for replying to me, Actually I was just curious to know about this migration(like haven't you thought about using prompts instead of the inquirer), and if so, I thought I would help in this process. And could you give more details on how to prepare a guide for such things? |
Hi @saideepesh000, sorry for forgetting to reply earlier. |
Version
4.5.9
Reproduction link
facebook/create-react-app#10083
Environment info
Steps to reproduce
.
What is expected?
This may increase the speed and decrease the size of cli.
What is actually happening?
Actually, inquirer is larger in size than prompts.
Context: recently create-react-app replaced inquirer with prompts which reduced sized by 80%, we can do that to vue-cli too.
facebook/create-react-app#10083
The text was updated successfully, but these errors were encountered: