From f26dcc9a9152fa7499f09f18081cffbb549d5d35 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Fri, 7 Feb 2020 17:01:56 +0500 Subject: [PATCH] set -g instead of --global to be consistent with previous lines --- images/win/scripts/Installers/Install-NodeLts.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/Installers/Install-NodeLts.ps1 b/images/win/scripts/Installers/Install-NodeLts.ps1 index e43febd4..e98e7f39 100644 --- a/images/win/scripts/Installers/Install-NodeLts.ps1 +++ b/images/win/scripts/Installers/Install-NodeLts.ps1 @@ -31,4 +31,4 @@ npm install -g gulp-cli npm install -g parcel-bundler npm install -g --save-dev webpack webpack-cli npm install -g yarn -npm install --global lerna \ No newline at end of file +npm install -g lerna