You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed that production cht-couch2pg doesn't work on Node8 or 10
$ nvm use lts/carbon
Now using node v8.17.0 (npm v6.13.4)
$ npx cht-couch2pg@latest
Minimum Node.js version supported by pg-promise is 12.0.0
$ nvm use lts/dubnium
Now using node v10.24.1 (npm v6.14.12)
$ npx cht-couch2pg@latest
Minimum Node.js version supported by pg-promise is 12.0.0
The text was updated successfully, but these errors were encountered:
kennsippell
changed the title
Latest version of pg-promise doesn't work with NodeJS 8 or 10
Latest cht-couch2pg doesn't work with NodeJS 8 or 10
Jun 23, 2023
Confirmed that production cht-couch2pg doesn't work on Node8 or 10
The text was updated successfully, but these errors were encountered: