Maybe node-gyp 3 will do it

This commit is contained in:
murgatroid99 2019-06-19 09:41:08 -07:00
parent 31d6f4362c
commit aed0706bf6
3 changed files with 3 additions and 3 deletions

View File

@ -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 ..\..

View File

@ -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)/../..

View File

@ -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 ..\..