Skip to content

Commit

Permalink
Upgraded nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Jul 7, 2024
1 parent afe3dee commit a6b0a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpme.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set NODE_MODULES_PATH=%~dp0%node_modules

set NULL_VAL=null
set NODE_VER=%NULL_VAL%
set NODE_EXEC=node-v10.15.3-x86.msi
set NODE_EXEC=v22.3.0/node-v22.3.0-x86.msi

node -v >.tmp_nodever
set /p NODE_VER=<.tmp_nodever
Expand All @@ -30,7 +30,7 @@ IF "%NODE_VER%"=="%NULL_VAL%" (
echo.
echo Node.js is not installed! Please press a key to download and install it from the website that will open.
PAUSE
start "" http://nodejs.org/dist/v10.15.3/%NODE_EXEC%
start "" http://nodejs.org/dist/%NODE_EXEC%
echo.
echo.
echo After you have installed Node.js, press a key to shut down this process. Please restart it again afterwards.
Expand Down

0 comments on commit a6b0a1d

Please sign in to comment.