We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just wanted to leave a note that the max supported node version is v12 -- attempting to run this at a v14 does not have any output at the cli.
Hope this helps others who are trying this out, and not getting any output!
The text was updated successfully, but these errors were encountered:
denote required node versions per #31
943bd76
If you're running on a node version higher than 12, you will see JUST this output, and then node quits with no further errors:
$ node . [2022-02-28T21:05:26.229Z DEBUG]: { debug: true, v4Mode: false, couchdbUrl: '192-168-68-234.my.local-ip.co:8443/medic', postgresqlUrl: 'localhost:5432/deleteme2', docLimit: 100, changesLimit: undefined, retryCount: 5, sleepMins: 120, couchdbUsersMetaDocLimit: 50 } $
Sorry, something went wrong.
No branches or pull requests
Just wanted to leave a note that the max supported node version is v12 -- attempting to run this at a v14 does not have any output at the cli.
Hope this helps others who are trying this out, and not getting any output!
The text was updated successfully, but these errors were encountered: