-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Bug Report][3.1.1] Yarn Create Vuetify Fails for Windows User with Special Char in Username #15
Comments
Is there a stack trace? What's the full home folder path you have? Is there any other terminal output? What yarn and node versions have you used? Does it work with npm or pnpm instead? Is this the same as #10? |
It looks like this is basically the same issue as #10. There's not really a stack trace. The full home folder path is: C:\Users\PeterSidebotham(SIDM. Full terminal output is: success Installed "[email protected]" with binaries: info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command. |
Yeah sounds like #10. I think we should switch the recommendation to npm or pnpm anyway. |
Sorry for the duplicate, I somehow missed 10. Elijah's comment got me to Yarn issue 6851. Espenja's solution to add a directory junction for my home folder and change the yarn cache and prefix directories worked for me. Thanks |
Environment
Vuetify Version: 3.1.1
Vue Version: 3.2.45
Browsers: Edge 108.0.1462.76
OS: Windows
Steps to reproduce
Expected Behavior
Initialize a Vuetify 3 project
Actual Behavior
Error: 'C:\Users\PeterSidebotham' is not recognized as an internal or external command,
Reproduction Link
https://codesandbox.io/s/boring-dust-1dty24
Other comments
This appears to be a problem escaping the parenthesis character in the yarn command to initialize the vuetify 3 project. It's not clear to me if this is an issue with yarn or vuetify 3. I've tried the command in regular and elevated prompts, and in windows cmd and MinTTY. Given the oddness of having a parenthesis in a username, I would be happy with a more manual approach to initialize a project.
The text was updated successfully, but these errors were encountered: