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

Commit 41d8103

Browse files
authored
Install node-gyp version 6.1.0 (#551)
1 parent 07e480e commit 41d8103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ RUN git config --global user.email "[email protected]" && \
164164
git clone --depth=1 -b ${OWT_BRANCH} ${OWTSERVER_REPO} && \
165165

166166
# Install node modules for owt
167-
npm install -g --loglevel error node-gyp grunt-cli underscore jsdoc && \
167+
npm install -g --loglevel error node-gyp@6.1.0 grunt-cli underscore jsdoc && \
168168
cd owt-server && npm install nan && \
169169

170170
# Get openh264 for owt

scripts/installCommonDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ install_node_tools() {
362362
fi
363363

364364
check_proxy
365-
npm install -g --loglevel error node-gyp grunt-cli underscore jsdoc
365+
npm install -g --loglevel error node-gyp@6.1.0 grunt-cli underscore jsdoc
366366
pushd ${ROOT} >/dev/null
367367
npm install [email protected]
368368
pushd ${ROOT}/node_modules/nan >/dev/null

0 commit comments

Comments
 (0)