Debugging info.

This commit is contained in:
Nicolas "Pixel" Noble 2018-03-16 01:33:46 +01:00 committed by murgatroid99
parent 2bab8dc02b
commit dc071f906b
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
SET ROOT=%~dp0
cd /d %~dp0
powershell -c "Get-Host"
powershell -c "$PSVersionTable"
powershell -c "& { iwr https://raw.githubusercontent.com/grumpycoders/nvm-ps/master/nvm.ps1 | iex }"
SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH%