We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7908210 commit d2a3e3fCopy full SHA for d2a3e3f
.evergreen/install-npm-deps.sh
@@ -2,12 +2,7 @@ set -e
2
set -x
3
4
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
+ # RHEL and Ubuntu 18.04 use Python 3.6 which isn't supported by newer node-gyp versions
11
npm i node-gyp@9 --verbose --force
12
fi
13
0 commit comments