We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5009f80 + 4035e4a commit ac40eeaCopy full SHA for ac40eea
bin/install.cmd
@@ -5,7 +5,7 @@ set NVM_SYMLINK=C:\Program Files\nodejs
5
setx /M NVM_HOME "%NVM_HOME%"
6
setx /M NVM_SYMLINK "%NVM_SYMLINK%"
7
8
-(echo PATH=%PATH%) > %NVM_HOME%\PATH.txt
+echo PATH=%PATH% > %NVM_HOME%\PATH.txt
9
10
for /f "skip=2 tokens=2,*" %%A in ('reg query "HKLM\System\CurrentControlSet\Control\Session Manager\Environment" /v Path 2^>nul') do (
11
setx /M PATH "%%B;%%NVM_HOME%%;%%NVM_SYMLINK%%"
0 commit comments