From 0db9ff9ce01652e7c8ae42eb16548b6a25f72c84 Mon Sep 17 00:00:00 2001 From: Christina Weems Date: Thu, 20 Feb 2020 14:28:35 -0500 Subject: [PATCH] Install node-sass module --- 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 e98e7f393..e1ec5f0fb 100644 --- a/images/win/scripts/Installers/Install-NodeLts.ps1 +++ b/images/win/scripts/Installers/Install-NodeLts.ps1 @@ -32,3 +32,4 @@ npm install -g parcel-bundler npm install -g --save-dev webpack webpack-cli npm install -g yarn npm install -g lerna +npm install -g node-sass