diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index dcc0c125..d27390b6 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -38,13 +38,16 @@ choco install -y inconsolata # choco install -y ubuntu.font #--- Tools --- -choco install -y nodejs-lts # Node.js LTS, Recommended for most users -# choco install -y nodejs # Node.js Current, Latest features -choco install -y visualstudio2017buildtools -choco install -y visualstudio2017-workload-vctools +choco install -y nvs +refreshenv +nvs install latest +nvs install lst +nvs link lts +npm install -g windows-build-tools + choco install -y sysinternals choco install -y docker-for-windows -choco install -y python2 # Node.js requires Python 2 to build native modules +# choco install -y python2 # Node.js requires Python 2 to build native modules Enable-UAC Enable-MicrosoftUpdate