create-nuxt-app
Yarn fails when name contains capital letters
#963
Labels
create-nuxt-app
Yarn fails when name contains capital letters
#963
Versions
Steps to reproduce
Select all defaults (just keeping hitting Enter)
What is Expected?
One of two possibilities:
A) "names with capital letters are invalid" -> entering a project name with capital letters would error immediately
B) "names with capital letters are valid" -> show the npm / Yarn warning on install but successfully install
What is actually happening?
Note: this only happens with Yarn. Choosing
npm
will show the same warningWarning: name can no longer contain capital letters
but it will successfully install all modulesThe text was updated successfully, but these errors were encountered: