mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
6
build/tfs/win32/node.ps1
Normal file
6
build/tfs/win32/node.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
# install node
|
||||
$env:Path = $env:NVM_HOME + ";" + $env:NVM_SYMLINK + ";" + $env:Path
|
||||
$NodeVersion = "7.10.0"
|
||||
nvm install $NodeVersion
|
||||
nvm use $NodeVersion
|
||||
$env:Path = $env:NVM_HOME + "\v" + $NodeVersion + ";" + $env:Path
|
||||
Reference in New Issue
Block a user