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 8aefba5 commit 82badf5Copy full SHA for 82badf5
docs/api/config-options.md
@@ -14,7 +14,7 @@ Option `DOWNLOAD_DIR` is used to set where the binaries will be located in, this
14
Directory Priority:
15
16
1. DOWNLOAD_DIR (Environment Variable over package.json)
17
-2. `~/.cache/mongodb-binaries` (Home Directory Cache) [Only used if directory exists]
+2. `~/.cache/mongodb-binaries` (Home Directory Cache) (if [`PREFER_GLOBAL_PATH`](#prefer_global_path) is active, or binary already exists)
18
3. `projectRoot/node_modules/.cache/mongodb-binaries` (node-modules cache)
19
4. `./mongodb-binaries` (relative to `process.cwd()`)
20
0 commit comments