Skip to content

Commit d2a3e3f

Browse files
committed
Add better comment
1 parent 7908210 commit d2a3e3f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.evergreen/install-npm-deps.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ set -e
22
set -x
33

44
if [[ "${DISTRO_ID}" =~ ^(rhel|ubuntu1804) ]]; then
5-
# force because of issues with peer deps and semver pre-releases,
6-
# install rather than ci because `npm ci` can only install packages when your
7-
# package.json and package-lock.json or npm-shrinkwrap.json are in sync.
8-
# NOTE: this won't work on some more exotic platforms because not every dep
9-
# can be installed on them. That's why we only run on linux x64 platforms when
10-
# we set MONOGDB_DRIVER_VERSION_OVERRIDE=nightly in CI
5+
# RHEL and Ubuntu 18.04 use Python 3.6 which isn't supported by newer node-gyp versions
116
npm i node-gyp@9 --verbose --force
127
fi
138

0 commit comments

Comments
 (0)