mirror of https://github.com/grpc/grpc-node.git
Also use older node-gyp for electron builds
This commit is contained in:
parent
b484cc2868
commit
31d6f4362c
|
@ -22,7 +22,7 @@ call nvm use 10
|
||||||
|
|
||||||
call npm install -g npm
|
call npm install -g npm
|
||||||
@rem https://github.com/mapbox/node-pre-gyp/issues/362
|
@rem https://github.com/mapbox/node-pre-gyp/issues/362
|
||||||
call npm install -g node-gyp
|
call npm install -g node-gyp@4
|
||||||
|
|
||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
|
|
@ -21,7 +21,7 @@ nvm install 10
|
||||||
nvm use 10
|
nvm use 10
|
||||||
npm install -g npm
|
npm install -g npm
|
||||||
# https://github.com/mapbox/node-pre-gyp/issues/362
|
# https://github.com/mapbox/node-pre-gyp/issues/362
|
||||||
npm install -g node-gyp
|
npm install -g node-gyp@4
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
cd $(dirname $0)/../..
|
cd $(dirname $0)/../..
|
||||||
|
|
Loading…
Reference in New Issue