From 1ada7935cfadd3ec1c89efeaef4da0ce18c8ed76 Mon Sep 17 00:00:00 2001 From: Qiujiao Date: Tue, 16 Jun 2020 14:42:12 +0800 Subject: [PATCH] Fix node-gyp version to 6.1.0 (#549) --- scripts/installCommonDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installCommonDeps.sh b/scripts/installCommonDeps.sh index 0675cbd38..df0df860a 100644 --- a/scripts/installCommonDeps.sh +++ b/scripts/installCommonDeps.sh @@ -288,7 +288,7 @@ install_node() { } install_node_tools() { - npm install -g --loglevel error node-gyp grunt-cli underscore jsdoc + npm install -g --loglevel error node-gyp@6.1.0 grunt-cli underscore jsdoc pushd ${ROOT} >/dev/null npm install nan@2.11.1 pushd ${ROOT}/node_modules/nan >/dev/null