Minor build script changes (#329)

This commit is contained in:
Matt Irvine
2017-12-14 15:20:19 -08:00
committed by GitHub
parent 96f9183700
commit 271b3a0b82
2 changed files with 2 additions and 4 deletions

View File

@@ -13,6 +13,5 @@ for /F "tokens=* USEBACKQ" %%V IN (`npm --version`) do (
set CURRENTNPMVERSION=%%V
)
if not %CURRENTNPMVERSION%==%SUPPORTEDNPMVERSION% (
color 0e
echo NPM version %CURRENTNPMVERSION% is not supported with this project. We strongly recommend to use version %SUPPORTEDNPMVERSION%
)