Commit 97266765 authored by bokobza's avatar bokobza

upgraded node and npm to use latest versions

parent 9c171842
......@@ -53,9 +53,12 @@ install:
Write-Host "--> git submodule" -foregroundcolor "magenta"
git submodule update --init --recursive
Write-Host "--> node 6" -foregroundcolor "magenta"
Install-Product node 6
Write-Host "--> latest node" -foregroundcolor "magenta"
Install-Product node ''
Write-Host "--> latest npm" -foregroundcolor "magenta"
npm install -g npm@latest
Write-Host "--> npm config" -foregroundcolor "magenta"
npm config set unsafe-perm=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment