We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.0.8
Windows 10, VS Code
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)
Vue create project on current path
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
5.0.8
Environment info
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.
The text was updated successfully, but these errors were encountered: