Closed
Description
Version
3.0.3
Node and OS info
Node 8.12.0 / yarn 1.9.4 / Ubuntu
Steps to reproduce
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.