Use older version of node-gyp

This commit is contained in:
murgatroid99 2019-06-18 10:07:03 -07:00
parent 58ce2779a1
commit b484cc2868
1 changed files with 1 additions and 1 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
call npm install -g node-gyp@4
cd /d %~dp0
cd ..\..