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 b484cc2 commit 31d6f43Copy full SHA for 31d6f43
tools/release/kokoro-electron.bat
@@ -22,7 +22,7 @@ call nvm use 10
22
23
call npm install -g npm
24
@rem https://github.com/mapbox/node-pre-gyp/issues/362
25
-call npm install -g node-gyp
+call npm install -g node-gyp@4
26
27
cd /d %~dp0
28
cd ..\..
tools/release/kokoro-electron.sh
@@ -21,7 +21,7 @@ nvm install 10
21
nvm use 10
npm install -g npm
# https://github.com/mapbox/node-pre-gyp/issues/362
-npm install -g node-gyp
+npm install -g node-gyp@4
set -ex
cd $(dirname $0)/../..
0 commit comments