kiwiirc / kiwibnc

Apache License 2.0
44 stars 14 forks source link

struggling to get kiwibnc to install #130

Open shutfu opened 3 years ago

shutfu commented 3 years ago

Have tried on fresh installs of ubuntu server 20.04 and debian 10. Installed nodejs and npm following instruction from https://github.com/nodesource/distributions/blob/master/README.md and then tried installing kiwibnc via the directions

$ git clone https://github.com/kiwiirc/kiwibnc.git $ cd kiwibnc $ npm install

always errors. h6e5j.txt

debug log output https://termbin.com/h6e5j

ItsOnlyBinary commented 3 years ago

Two options for getting better-sqlite3 to install:

  1. downgrade to nodejs v14

  2. sudo apt-get install libsqlite3-dev && npm install better-sqlite3@7.4.1 --build-from-source --sqlite=/usr/local