nvm
nvm copied to clipboard
NVM automatically open my VS code with new filenames
Operating system and version:
Debian
nvm debug output:
nvm ls output:
How did you install nvm?
Using curl command and downloading the file within the home partition.
What steps did you perform?
Just installed the vim in Debian using curl command
What happened?
When running nvm it started to open vscode with new file names with the operations it's performing
What did you expect to happen?
Just run normally
Is there anything in any of your profile files that modifies the PATH?
.zshrc
If you are having installation issues, or getting "N/A", what does curl -I --compressed -v https://nodejs.org/dist/ print out?
Please fill out the entire issue template; it's there for a reason.
Please fill out the entire issue template; it's there for a reason.
I’m so sorry about that. I’ve edited the issue to some extent. Please let me know if I’m missing any required fields or anything else that I need to include. Thank you so much!
This is the way I fixed the issue.
That's not a fix - \. and source are equivalent on many shells, so both should work identically.
Your nvm debug output has some really weird stuff; the implication is that your system has something very weird and/or atypical going on.
That's not a fix -
\.andsourceare equivalent on many shells, so both should work identically.Your
nvm debugoutput has some really weird stuff; the implication is that your system has something very weird and/or atypical going on.
So you have any idea about what's wrong ?
all the ls: cannot access '': No such file or directory suggest maybe something with your ls?
all the
ls: cannot access '': No such file or directorysuggest maybe something with yourls?
Ah well I get it this alias was creating problems for me. Now it works all fine after commenting this out.
Glad you figured it out!