Skip to content

Commit

Permalink
chore(install): Update Windows install script to support latest Node …
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
Mario Reder committed Apr 3, 2018
1 parent 4070432 commit e5b2ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
node --version | findstr v8 > nul
node --version | findstr /c:v8 /c:v9 > nul
if errorlevel 1 goto outdated
call npm install
if errorlevel 1 goto error
Expand All @@ -10,6 +10,6 @@ goto eof
echo Installation has an error. Please try again or contact me on Discord: Tarnadas#0582 or https://discord.gg/SPZsgSe
goto eof
:outdated
echo Your Node version is outdated. Please install Node v8.x -- https://nodejs.org
echo Your Node version is outdated. Please install at least Node v8.x -- https://nodejs.org
:eof
pause > nul

0 comments on commit e5b2ca3

Please sign in to comment.