postleaf
postleaf copied to clipboard
Postleaf could not be installed with Node.js 10.13.0
Summary
npm update failure with Node.js 10.13.0
Steps to Reproduce
Copy & download all files, then:
npm install
SQLite compiler will fail to install.
Additional info
- Postleaf version: 1.0.0-beta.1
- Node version: 10.13.0
- Affected browsers: all
- Operating system: Debian 9
I solved this problem by updating "sqlite3": "^ 4.0.6".
Here is the repository https://github.com/gordienko/postleaf.
Also fails with node 10.15.1 updating sqlite did not resolve