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 b083776 commit adb320aCopy full SHA for adb320a
.evergreen/install-npm-deps.sh
@@ -11,7 +11,7 @@ if [[ "${DISTRO_ID}" =~ ^(rhel) ]]; then
11
# NOTE: this won't work on some more exotic platforms because not every dep
12
# can be installed on them. That's why we only run on linux x64 platforms when
13
# we set MONOGDB_DRIVER_VERSION_OVERRIDE=nightly in CI
14
- npm ci --verbose --force
+ npm i --verbose --force
15
else
16
npm ci --verbose
17
fi
0 commit comments