Skip to content
New issue

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

create-nuxt-app Yarn fails when name contains capital letters #963

Open
SheetJSDev opened this issue Aug 13, 2022 · 0 comments
Open

create-nuxt-app Yarn fails when name contains capital letters #963

SheetJSDev opened this issue Aug 13, 2022 · 0 comments

Comments

@SheetJSDev
Copy link

Versions

  • nuxt: (latest) using create-nuxt-app v4.0.0
  • node: v16.16.0

Steps to reproduce

npx create-nuxt-app SheetJSNuxt

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?

⠋ Installing packages with yarnTrace: Error: spawn yarn ENOENT

Note: this only happens with Yarn. Choosing npm will show the same warning Warning: name can no longer contain capital letters but it will successfully install all modules

@danielroe danielroe transferred this issue from nuxt/nuxt Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant