From 98efcac9a1dfa954f1ec067bda73087034680782 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 5 Feb 2020 18:18:51 +0500 Subject: [PATCH] Add lerna --- images/win/scripts/Installers/Install-NodeLts.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/images/win/scripts/Installers/Install-NodeLts.ps1 b/images/win/scripts/Installers/Install-NodeLts.ps1 index 2490cdfe5..e43febd47 100644 --- a/images/win/scripts/Installers/Install-NodeLts.ps1 +++ b/images/win/scripts/Installers/Install-NodeLts.ps1 @@ -31,3 +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