flattr / flattr-extension

Flattr web extension - monetize your content effortlessly.
https://flattr.com
GNU General Public License v3.0
27 stars 5 forks source link

npm install fails with node v10 #40

Open erikvold opened 6 years ago

erikvold commented 6 years ago

With node v10+ it seems that npm install will fail because it tries to download a pre-built binary for sqlite3@3.1.13 and fails to find one then it tries to build it and fails at that too (on osx and on circle-ci).

node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@10.1.0 (node-v64 ABI) (falling back to source compile with node-gyp) 
ThomasGreiner commented 6 years ago

Marked as "not ready" because it sounds like we need to wait for node-sqlite3 for that.