Skip to content
New issue

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

Max supported node version is 12 #31

Open
bakavic opened this issue Aug 27, 2021 · 1 comment
Open

Max supported node version is 12 #31

bakavic opened this issue Aug 27, 2021 · 1 comment

Comments

@bakavic
Copy link

bakavic commented Aug 27, 2021

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!

@mrjones-plip
Copy link
Contributor

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
}
$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants