pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
944 stars 155 forks source link

Add note about node-sqlite3 & node.js v14 max #462

Open BigBlueHat opened 2 years ago

BigBlueHat commented 2 years ago

Running pouchdb-server on v14 (or earlier) works great. Running it after v14 fails due to node-sqlite3 only supporting up to Node.js v14: https://github.com/mapbox/node-sqlite3#supported-platforms

This is just a README "fix" to help folks figure it out sooner/faster.

Cheers! 🎩