Skip to content

Commit edc86a0

Browse files
committed
chore: note force option
1 parent a953483 commit edc86a0

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

.evergreen/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ fi
105105

106106
echo "npm version: $(npm -v)"
107107

108+
# TODO(NODE-5180): remove --force option
108109
npm install --force "${NPM_OPTIONS}"

.evergreen/run-azure-kms-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ source ".evergreen/init-nvm.sh"
99

1010
set -o xtrace
1111

12+
# TODO(NODE-5180): remove --force option
1213
npm install --force 'mongodb-client-encryption@alpha'
1314

1415
export MONGODB_URI="mongodb://localhost:27017"

.evergreen/run-custom-csfle-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ popd # mongo-c-driver
5252

5353
pushd libmongocrypt/bindings/node
5454

55+
# TODO(NODE-5180): remove --force option
5556
npm install --force --production --ignore-scripts
5657
bash ./etc/build-static.sh
5758

@@ -81,6 +82,7 @@ pushd ../csfle-deps-tmp/libmongocrypt/bindings/node
8182
killall mongocryptd || true
8283

8384
# only prod deps were installed earlier, install devDependencies here (except for mongodb!)
85+
# TODO(NODE-5180): remove --force option
8486
npm install --force --ignore-scripts
8587

8688
# copy mongodb into CSFLE's node_modules

.evergreen/run-gcp-kms-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ source ".evergreen/init-nvm.sh"
99

1010
set -o xtrace
1111

12+
# TODO(NODE-5180): remove --force option
1213
npm install --force 'mongodb-client-encryption@alpha'
1314
npm install --force 'gcp-metadata'
1415

.evergreen/run-serverless-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ -z ${MONGODB_URI+omitted} ]; then echo "MONGODB_URI is unset" && exit 1; fi
1010
if [ -z ${SERVERLESS_ATLAS_USER+omitted} ]; then echo "SERVERLESS_ATLAS_USER is unset" && exit 1; fi
1111
if [ -z ${SERVERLESS_ATLAS_PASSWORD+omitted} ]; then echo "SERVERLESS_ATLAS_PASSWORD is unset" && exit 1; fi
1212

13+
# TODO(NODE-5180): remove --force option
1314
npm install --force 'mongodb-client-encryption@alpha'
1415

1516
npx mocha \

.evergreen/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ else
5252
source "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
5353
fi
5454

55+
# TODO(NODE-5180): remove --force option
5556
npm install --force 'mongodb-client-encryption@alpha'
5657
npm install --force @mongodb-js/zstd
5758
npm install --force snappy

0 commit comments

Comments
 (0)