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-Vuetify Does not work on windows 11 when the path contains spaces #10

Closed
ronniebasak opened this issue Nov 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ronniebasak
Copy link

When I write yarn create vuetify on my powershell, I get the following

yarn create v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
      - create-vuetify
'C:\Users\Sohan' is not recognized as an internal or external command,
operable program or batch file.
error Command failed.
Exit code: 1
Command: C:\Users\Sohan Basak\AppData\Local\Yarn\bin\create-vuetify
Arguments:
Directory: F:\CODING\cardinalwords
Output:

info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.

this is likely because the path Contains spaces and vuetify isn't properly escaping the spaces.

@ElijahKotyluk ElijahKotyluk self-assigned this Dec 12, 2022
@ElijahKotyluk ElijahKotyluk added the bug Something isn't working label Dec 12, 2022
@ElijahKotyluk
Copy link
Collaborator

I don't think this is an issue with create-vuetify, this looks like it's a bug with yarn: yarnpkg/yarn#6851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants