We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvs
windows-build-tools
1 parent 725c4da commit fb1a837Copy full SHA for fb1a837
dev_web_nodejs.ps1
@@ -38,13 +38,16 @@ choco install -y inconsolata
38
# choco install -y ubuntu.font
39
40
#--- Tools ---
41
-choco install -y nodejs-lts # Node.js LTS, Recommended for most users
42
-# choco install -y nodejs # Node.js Current, Latest features
43
-choco install -y visualstudio2017buildtools
44
-choco install -y visualstudio2017-workload-vctools
+choco install -y nvs
+refreshenv
+nvs install latest
+nvs install lst
45
+nvs link lts
46
+npm install -g windows-build-tools
47
+
48
choco install -y sysinternals
49
choco install -y docker-for-windows
-choco install -y python2 # Node.js requires Python 2 to build native modules
50
+# choco install -y python2 # Node.js requires Python 2 to build native modules
51
52
Enable-UAC
53
Enable-MicrosoftUpdate
0 commit comments