From 943bd760ecc576b29afbc6cf2bf0a3766194937e Mon Sep 17 00:00:00 2001 From: Ashley <8253488+mrjones-plip@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:17:23 -0800 Subject: [PATCH] denote required node versions per #31 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df5eb2b..5ef703b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,17 @@ Library and cli for one-way replicating CouchDB databases to PostgreSQL 9.4+. -## Required database setup +## Requirements + +### Node and npm + +You will need to install the following: + +- [Node.js](https://nodejs.org) 8.11.x up to 12.x.x. Must be an LTS release. LTS is designated with an even major version number. +- [npm](https://npmjs.com/) 6.x.x above + + +### Database setup couch2pg supports PostgreSQL 9.4 and greater. The user passed in the postgres url needs to have full creation rights on the given database.