mongodb-js / mongodb-prebuilt

Install MongoDB prebuilt package using npm https://npmjs.org/package/mongodb-prebuilt
ISC License
56 stars 50 forks source link

Override the download path of mongodb #42

Closed hiro5id closed 5 years ago

hiro5id commented 7 years ago

Is there a way to override the default download path? Currently on Mac it appears to download the .tgz file some where in /var/folders/l_/qwg41g_d1zn8ggjbjz0ctp1m0000gn/T/mongodb-download/ I would like to override that, because it would be helpful when working with docker containers.

LoneRifle commented 5 years ago

I'm not sure if the PR I just merged would help you as I don't know if you're using mongodb-prebuilt via CLI or programmatically. The former isn't currently supported and would take some work to put into place