You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
I have tried to run mongodb-runner start (version 4.8.3) but I am getting an error:
Starting a MongoDB deployment to test against...Error: Could not figure out current Linux distro (Arch, arch)
at Object.getCurrentLinuxDistro (/usr/lib/node_modules/mongodb-runner/node_modules/mongodb-download-url/lib/linux-distro.js:66:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async parseTarget (/usr/lib/node_modules/mongodb-runner/node_modules/mongodb-download-url/lib/index.js:73:29)
at async options (/usr/lib/node_modules/mongodb-runner/node_modules/mongodb-download-url/lib/index.js:239:31)
at async getDownloadURL (/usr/lib/node_modules/mongodb-runner/node_modules/mongodb-download-url/lib/index.js:243:27)
I am running Arch Linux on x86 which seems recognised from Node.js's console:
Welcome to Node.js v16.13.1.
Type ".help" for more information.
> process.platform
'linux'
> process.arch
'x64'
Do you have an idea of why I am getting this error?