-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Handling of username with spaces on windows #687
Comments
Can you provide more info? Perhaps a stack trace? The issue template when you filed should have given you instructions. |
I have run: and selected the codemod "ember-modules-codemod".
|
Cool thanks. That should be fixable. |
Unfortunately it's an npx bug npm/npx#6, and it appears it's not getting fixed. Perhaps we need to consider not using npx. |
This may fix your setup zkat/npx#146 (comment). Let me know if it doesn't. |
Hi
My windows username contains a space (its my full name), which ember-cli-update can't handle.
My project directory is a subfolder in Documents and therefore the full path contains my username.
The problem occurs both when running codemods and when updating.
If I move the projekt to the root of the drive, update works but codemods still fail, because they try to use the AppData folder.
Kind regards
Bent Bracke
The text was updated successfully, but these errors were encountered: