Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

Postleaf could not be installed with Node.js 10.13.0 #107

Open kylechine opened 5 years ago

kylechine commented 5 years ago

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


gordienko commented 5 years ago

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

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

uberdave commented 5 years ago

Also fails with node 10.15.1 updating sqlite did not resolve