We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Two options for getting better-sqlite3 to install:
downgrade to nodejs v14
sudo apt-get install libsqlite3-dev && npm install [email protected] --build-from-source --sqlite=/usr/local
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: