-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
Cant install module #150
Comments
What does the full log say that npm gives you in the last line of the error? I don't know if I'll be able to fully fix it but the log should give more information for anyone who wants to try to fix the error. |
Are you still having this issue? |
I am having this issue as well. Within root account OS: manjaro Kde 5.2.11 |
Having similar issues on my repl (running on Linux):
From the looks of the log, it appears to be a better-sqlite3 issue. Actually looking into it reveals this issue on their github. Basically, it's an npm issue and will likely be fixed on the next release. For now, just follow through the steps listed:
After that you should be able to install it normally. |
I believe my PR resolves this issue. |
Most likely fixed with #160 |
When attempting to run
npm i quick.db
, i get this errorNotes:
I am on the root account
I have already run
apt-get install build-essential
I've already attempted to install integer manually via
npm i integer@2.1.0
to no avail.I'm running on Ubuntu 18.04
The text was updated successfully, but these errors were encountered: