-
-
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
Can not create project by vue-cli #3076
Comments
What options did you choose? Any error messages? |
I don't use any option. I just use "vue create my-app" |
So what do you mean by "not working"? There should be an error message. Otherwise checkboxes would be displayed for you to choose. |
There is not show any things on my screen, no error message, no checkbox. I've wait 2 hours and my screen is not changed |
Which terminal emulator did you use?
|
Just figured it out.
Check the It's either because |
@sodatea Is there something left to do? It was added to the Jan update, then removed, and util I removed it, it stil have the "needs repro" flag. Do you intend to make a change or something? |
@LinusBorg I planned to add a timeout for all network requests in the creator, which will make such problems easier to identify. |
我遇到了相同的问题,很高兴在这里找到了解决方法,但是当我试图去修改文件vuerc时,我发现我找不到这个文件,我在我的计算机里全局搜索了,没有这个文件,我现在输入 Usage: vue [options] Options:
Commands:
vue/cli的版本是3.3.0 |
@againF 可能你系统路径里仍然有 vue-cli 2.x,请先运行 |
@sodatea 非常感谢,是我的问题,vue很棒,我修改过npm安装的全局路径,但是环境变量没有正确配置,修改环境变量后,问题解决了。你及时的解答提醒了我,非常感谢。 |
@haidery786 Try running |
Hey @sodatea |
Version
3.2.1
Environment info
Steps to reproduce
Run command "vue create my-app"
What is expected?
Create new project
What is actually happening?
Command "vue create" is not working
The text was updated successfully, but these errors were encountered: