Skip to content
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

command vue create without project folder throws error regarding parent folder name #7422

Open
sairfan1 opened this issue Sep 5, 2023 · 0 comments

Comments

@sairfan1
Copy link

sairfan1 commented Sep 5, 2023

Version

5.0.8

Environment info

Windows 10, VS Code

Steps to reproduce

Create a folder MVCWebApp and get into the folder path

c:\MVCWebApp>vue create .

I wanted to create project at current location and do not create a separate project folder that's why instead of project name there is period (dot)

What is expected?

Vue create project on current path

What is actually happening?

Got the error
Invalid project name 'MVCWebApp'
Warning: name can no longer contain capital letters.


As folder MVCWebApp is parent folder and there no specific name for the project.

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

No branches or pull requests

1 participant