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 b1b557b commit 9f523deCopy full SHA for 9f523de
packages/mongodb-memory-server-core/src/util/postinstallHelper.ts
@@ -40,6 +40,8 @@ export async function postInstallEnsureBinary(
40
ResolveConfigVariables.DOWNLOAD_DIR,
41
resolve(homedir(), '.cache', 'mongodb-binaries')
42
);
43
+ } else {
44
+ setDefaultValue(ResolveConfigVariables.PREFER_GLOBAL_PATH, 'false');
45
}
46
47
if (version) {
0 commit comments