Change Node.js default to LTS
Fixes: https://github.com/Microsoft/windows-dev-box-setup-scripts/issues/12
This commit is contained in:
@@ -32,7 +32,8 @@ choco install inconsolata -y
|
||||
choco install ubuntu.font -y
|
||||
|
||||
#--- Tools ---
|
||||
choco install nodejs -y
|
||||
choco install nodejs-lts -y # Node.js LTS, Recommended for most users
|
||||
# choco install nodejs -y # Node.js Current, Latest features
|
||||
choco install sysinternals -y
|
||||
choco install docker-for-windows
|
||||
choco install python
|
||||
|
||||
Reference in New Issue
Block a user