-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Replace Y/n prompt (e.g. when ejecting) with a nice UI #1767
Milestone
Comments
I'd like to take a look at this. |
All yours! |
PR #1772. |
sbuzonas
pushed a commit
to sbuzonas/react-scripts
that referenced
this issue
May 5, 2017
* Add a note for OSX users about watchman and jest Minor additional information on how to solve watchman problems reported in facebook#713 and facebook#1767 * Introduced new Troubleshooting section Add better explanation how to solve facebook#713 and linked related Issues. * Tweak wording and add it to TOC
randycoulman
pushed a commit
to CodingZeal/create-react-app
that referenced
this issue
May 8, 2017
* Add a note for OSX users about watchman and jest Minor additional information on how to solve watchman problems reported in facebook#713 and facebook#1767 * Introduced new Troubleshooting section Add better explanation how to solve facebook#713 and linked related Issues. * Tweak wording and add it to TOC
Fixed in #1772. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a custom prompt but it's not very pretty.
We should replace it with this library.
I think Lerna uses it, so you can look for examples in Lerna repo.
You can search source code for
prompt
to find our custom utility (that we should replace).The text was updated successfully, but these errors were encountered: