medic / couch2pg

Library and app to replicate a CouchDB database to PostgreSQL
Apache License 2.0
16 stars 3 forks source link

Max supported node version is 12 #31

Open bakavic opened 3 years ago

bakavic commented 3 years ago

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 commented 2 years ago

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