Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 65409cf

Browse files
authored
Install node-gyp version 6.1.0 (#550)
1 parent e068d4b commit 65409cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installCommonDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ install_node_tools() {
352352
fi
353353

354354
check_proxy
355-
npm install -g --loglevel error node-gyp grunt-cli underscore jsdoc
355+
npm install -g --loglevel error node-gyp@6.1.0 grunt-cli underscore jsdoc
356356
pushd ${ROOT} >/dev/null
357357
npm install nan@2.11.1
358358
pushd ${ROOT}/node_modules/nan >/dev/null

0 commit comments

Comments
 (0)