vuejs/vue-cli

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

sairfan1 opened this issue · 0 comments

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.