Skip to content

add helpful note and fix typo #1885

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

Merged
merged 2 commits into from
Jul 20, 2018
Merged

add helpful note and fix typo #1885

merged 2 commits into from
Jul 20, 2018

Conversation

jamessouth
Copy link
Contributor

  1. I tried several times to create a project by running vue create in my git bash on Windows, it will work and create something for you, but the option selection using arrows and space bar did not work and thus I had no way of knowing what would be created, so a note to this effect would have helped a lot, perhaps it can help others???

  2. fix same typo in docs that was fixed in the script in fix typo #1882

1. I tried several times to create a project by running vue create in my git bash on Windows, it will work and create something for you, but the option selection using arrows and space bar did not work and thus I had no way of knowing what would be created, so a note to this effect would have helped a lot, perhaps it can help others???

2. fix same typo in docs that was fixed in the script in #1882
@yyx990803
Copy link
Member

Thanks for the PR.

The root cause is because if you installed Git Bash with minTTY (which is the default), it will not work with interactive prompts - you must launch it via winpty with winpty vue.cmd create foo.

Alternatively, you can use an interactive terminal like Hyper and configure it to use Git Bash.

I've updated the description to match the source problem.

@yyx990803 yyx990803 merged commit 76b668a into vuejs:docs Jul 20, 2018
@jamessouth jamessouth deleted the patch-1 branch July 21, 2018 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants