Skip to content

Commit

Permalink
Update stitch_prepare_loungeware.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
net8floz authored Aug 3, 2024
1 parent 3f721d2 commit b099c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stitch_prepare_loungeware.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if %errorlevel% equ 0 (
curl -L -o nvm-setup.exe https://github.com/coreybutler/nvm-windows/releases/download/1.1.11/nvm-setup.exe
start /w "node setup" nvm-setup.exe
del nvm-setup.exe
setx NVM_HOME "%USERPROFILE%\.nvm"
setx PATH "%PATH%;%USERPROFILE%\.nvm"
REM setx NVM_HOME "%USERPROFILE%\.nvm"
REM setx PATH "%PATH%;%USERPROFILE%\.nvm"
nvm install 16
nvm use 16
)
Expand Down

0 comments on commit b099c1c

Please sign in to comment.