You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install.cmd also doesn't work in Windows container, the last line where it tries to open the settings.txt in notepad just hangs the whole container as there is no GUI
Make sure you have reviewed the common issues and existing issues before submitting a new issue.
If this is a question about how to use NVM4W, please use stackoverflow instead.
If this is an issue regarding antivirus, make sure you search the existing issues first.
My Environment
Windows 7 or below (not truly supported due to EOL - see wiki for details)
Windows 8
Windows 8.1
[X ] Windows 10
Windows 10 IoT Core
Windows Server 2012
Windows Server 2012 R2
Windows Server 2016
My Windows installation is non-English.
I'm using NVM4W version:
1.1.7
I have already...
My issue is related to (check only those which apply):
Expected Behavior
When running "install.cmd", you expect 2 more paths to be added to the PATH environment variable.
Actual Behavior
It will delete a lot of data in your PATH variable caused by this line:
setx /M PATH "%PATH%;%NVM_HOME%;%NVM_SYMLINK%"
Steps to reproduce the problem:
Cause:
As outlined in below link, SETX can't handle more than 1024 characters.
https://superuser.com/questions/812754/how-to-recover-from-path-being-truncated-to-1024-characters-by-setx
The text was updated successfully, but these errors were encountered: