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