Open shutfu opened 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
Two options for getting better-sqlite3 to install:
downgrade to nodejs v14
sudo apt-get install libsqlite3-dev && npm install better-sqlite3@7.4.1 --build-from-source --sqlite=/usr/local
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