question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cant install quick.db on Ubuntu

See original GitHub issue

Describe the bug A clear and concise description of what the bug is.

Whenever I go to install quick.db on my ubuntu root server it shoots out this error: `> integer@2.1.0 install /root/osrp_bot/node_modules/integer

node-gyp rebuild

gyp ERR! build error gyp ERR! stack Error: not found: make gyp ERR! stack at getNotFoundError (/usr/lib/node_modules/npm/node_modules/which/which.js:13:12) gyp ERR! stack at F (/usr/lib/node_modules/npm/node_modules/which/which.js:68:19) gyp ERR! stack at E (/usr/lib/node_modules/npm/node_modules/which/which.js:80:29) gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/which.js:89:16 gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/isexe/index.js:42:5 gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/isexe/mode.js:8:5 gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21) gyp ERR! System Linux 4.9.0-4-amd64 gyp ERR! command “/usr/bin/node” “/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “rebuild” gyp ERR! cwd /root/osrp_bot/node_modules/integer gyp ERR! node -v v8.15.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok`

To Reproduce Steps to reproduce the behavior:

  1. Attempt to install quick.db with ‘npm install quick.db’ on an ubuntu server
  2. See error

Expected behavior A clear and concise description of what you expected to happen. Quick.db will install correctly and be ready for use with Nodejs and NPM

Screenshots If applicable, add screenshots to help explain your problem. N/A (All evidence provided above)

Desktop (please complete the following information):

  • OS: [e.g. iOS] Debian 9 64bit Minimal
  • Browser [e.g. chrome, safari] N/A
  • Version [e.g. 22] V9

Smartphone (please complete the following information): N/A

Additional context Add any other context about the problem here. I noticed that error is similiar to the error given on windows. However, there is no written fix for this problem on Ubuntu

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
ghostcommented, Feb 8, 2019

Hey @DubbyYT, If you’re running Ubuntu, you’ll need to install the build-essential package: $ sudo apt-get install build-essential Once you’re done installing build-essential, install Quick.db again, $ npm i quick.db

0reactions
aspektscommented, Jun 10, 2021

Works for me… Thank you!

Btw im on Ubuntu 21.94

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cant install quick.db on Ubuntu · Issue #125 - GitHub
Steps to reproduce the behavior: Attempt to install quick.db with 'npm install quick.db' on an ubuntu server; See error ... A clear and...
Read more >
Npm won't install quick.db, returns these errors - Stack Overflow
I found the solution. It is easy. Follow these steps: 1- Click on the windows-key of your keyboard to open the windows menu....
Read more >
quick.db - npm
An easy, non-locking, persistent better-sqlite3 wrapper designed to be easy to setup & utilize. Latest version: 9.0.8, last published: 15 ...
Read more >
quick.db: Introduction
This package is meant to provide an easy way to create and use a database, all data is stored persistently, and comes with...
Read more >
Can`t install Quick.db - Coding Help - Glitch Community Forum
I'm trying to install Quick.db for a discord bot, but it doesn't work. I have already tried many methods from the Internet, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found