Commit 1120e081 authored by bokobza's avatar bokobza

changed node and npm versions

parent 97266765
......@@ -54,10 +54,10 @@ install:
git submodule update --init --recursive
Write-Host "--> latest node" -foregroundcolor "magenta"
Install-Product node ''
Install-Product node 8.11.2
Write-Host "--> latest npm" -foregroundcolor "magenta"
npm install -g npm@latest
npm install -g npm@6.2.0
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