-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Issue]: SYMLINK create not working properly when username contains ^ #1160
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Can I have any update on this? |
I'll see what I can do, but this is a low priority. Generally speaking, most apps don't support the caret in Windows usernames because it is the escape character for Windows command-line operations. It can lead to a lot of screwy behavior. |
Hey im having the same type of issues where with installing the symlink. But mine is deleting the folder i tell it to install in. so far i can no longer see my user/documents folder and i have lost multiple other folders that no longer exist on my pc. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
just heads up on this to prevent autoclose :) |
@Brett-Clifford I did not see your post (would have been better as a separate issue). You've likely already found an answer, but for anyone else stumbling across this, symlnks on Windows cannot exist before you create them. It is default Windows behavior to remove the folder, because you cannot link to a target that already exists. |
What happened?
My windows username is ^Clox^
I installed nvm windows, installed node version 20.
When I try to
nvm use 20
, it saysNow using node v18.20.4 (64-bit)
, but it doesn't recogize node as a command.I found out that SYMLINK dir was pointing to
C:\Users\Clox\AppData\Roaming\nvm\v20.16.0
instead ofC:\Users\^Clox^\AppData\Roaming\nvm\v20.16.0
What did you expect to happen?
I am expecting it to point exact location
Version
1.1.11 or newer (Default)
Which version of Windows?
Windows 10 (Default)
Which locale?
English (Default)
Which shell are you running NVM4W in?
Command Prompt
User Permissions?
Administrative Privileges, Elevated
Is Developer Mode enabled?
No (Default)
Relevant log/console output
No response
Debug Output
Anything else?
No response
The text was updated successfully, but these errors were encountered: