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

Commit

Permalink
Fix node-gyp version to 6.1.0 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwu16 authored Jun 16, 2020
1 parent 64eb36e commit 1ada793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installCommonDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
pushd ${ROOT}/node_modules/nan >/dev/null
Expand Down

0 comments on commit 1ada793

Please sign in to comment.