We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb3739 commit 1690479Copy full SHA for 1690479
scripts/build-appveyor.bat
@@ -35,9 +35,6 @@ ECHO downloading/installing node
35
powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
36
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
37
38
-powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
39
-IF %ERRORLEVEL% NEQ 0 GOTO ERROR
40
-
41
ECHO available node.exe^:
42
call where node
43
ECHO available npm^:
0 commit comments