You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue can be reproduced by trying to initialize a project that has uppercase letters in its name. vue create Uppecase will give this error.
This is error isn't so obvious when you try to initialize a project with vue create . in the current directory which has uppercase letters in its name. In this case, it just says Invalid project name: ".".
What is expected?
vue-cli should allow me to create projects that have uppercase letters in their name.
What is actually happening?
vue-cli is not letting me create projects that have uppercase letters in their name.
Jenpaulino3, BrandonYeager, meghjoshi, mseele, DaniJG and 3 moremeghjoshijenhjlim