Skip to content

Commit

Permalink
attempt to workaround nodejs/node-gyp#972
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 7, 2016
1 parent 8685e08 commit 37fd45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO elevating powershell script execution
powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO installing npm-windows-upgrade... && CALL npm install -g npm-windows-upgrade@0.5.3
ECHO installing npm-windows-upgrade... && CALL npm install -g npm-windows-upgrade
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO upgrading npm... && CALL npm-windows-upgrade --version:3.6.0 --no-dns-check --no-prompt
ECHO upgrading npm... && CALL npm-windows-upgrade --npm-version 2.15.9 --no-dns-check --no-prompt
IF %ERRORLEVEL% NEQ 0 GOTO ERROR


Expand Down

0 comments on commit 37fd45d

Please sign in to comment.