postleaf icon indicating copy to clipboard operation
postleaf copied to clipboard

Postleaf could not be installed with Node.js 10.13.0

Open kylechine opened this issue 6 years ago • 2 comments

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

kylechine avatar Nov 27 '18 10:11 kylechine

I solved this problem by updating "sqlite3": "^ 4.0.6".

Here is the repository https://github.com/gordienko/postleaf.

gordienko avatar Jan 15 '19 17:01 gordienko

Also fails with node 10.15.1 updating sqlite did not resolve

uberdave avatar Feb 21 '19 21:02 uberdave