mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Minor build script changes (#329)
This commit is contained in:
@@ -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%
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user