runner
runner copied to clipboard
Start all mongodb deployment types for testing
Getting this error after first global install by running`npm install -g mongodb-runner`. I tried running different versions by with `MONGODB_VERSION= mongodb-runner start` but this still gave the same error. Node...
DEBUG=mongodb-* mongodb-runner start mongodb-runner:bin:mongodb-runner.js Running action `start`... +0ms mongodb-runner:bin:mongodb-runner.js Importing for run... { _: [ 'start' ], debug: false, action: 'start' } +1ms mongodb-runner Ensuring MongoDB Server installed... +0ms mongodb-version-manager:activate...
Hi, 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...
``` yarn run v1.22.10 $ mongodb-runner start [Error: EPERM: operation not permitted, symlink 'C:\Users\lucass\.mongodb\versions\mongodb-5.0.1-windows-64' -> 'C:\Users\lucass\.mongodb\versions\mongodb-current'] { errno: -4048, code: 'EPERM', syscall: 'symlink', path: 'C:\\Users\\lucass\\.mongodb\\versions\\mongodb-5.0.1-windows-64', dest: 'C:\\Users\\lucass\\.mongodb\\versions\\mongodb-current' } ```
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@kirill-golovan) #4688: Usage...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.10 to 4.0.1. Release notes Sourced from mongodb's releases. v4.0.1 The MongoDB Node.js team is pleased to announce version 4.0.1 of the mongodb package! Release Highlights This...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 10.0.0. Changelog Sourced from fs-extra's changelog. 10.0.0 / 2021-05-03 Breaking changes Require Node.js v12+ (#886, #893, #890, #894, #895) Allow copying broken symlinks (#779, #765,...
Hi there, For some reasons I have to install mongodb-runner in a non-internet server, but the mongodb-tools will break it down because it'a a dependency form GitHub. Could you please...
For ``` MONGODB_VERSION: 4.4.5 MONGODB_TOPOLOGY: standalone MONGODB_STORAGE_ENGINE: wiredTiger ``` calling ``` mongodb-runner start ``` fails with ``` Error: Could not find version matching { version: '4.4.5', arch: [ 'x86_64', 'x64'...