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.

Cannot find module node-v48-linux-x64/node_sqlite3.node

See original GitHub issue

Recently have an issue on my installation after a recent pull, created a new docker of ubuntu to see if it replicated on a new install.

Short problem description `root@enigmaBBS:~/enigma-bbs# ./oputil.js config new module.js:478 throw err; ^

Error: Cannot find module ‘/root/enigma-bbs/node_modules/sqlite3/lib/binding/node-v48-linux-x64/node_sqlite3.node’ at Function.Module._resolveFilename (module.js:476:15) at Function.Module._load (module.js:424:25) at Module.require (module.js:504:17) at require (internal/module.js:20:19) at Object.<anonymous> (/root/enigma-bbs/node_modules/sqlite3/lib/sqlite3.js:4:15) at Module._compile (module.js:577:32) at Object.Module._extensions…js (module.js:586:10) at Module.load (module.js:494:32) at tryModuleLoad (module.js:453:12) at Function.Module._load (module.js:445:3) root@enigmaBBS:~/enigma-bbs#`

Steps to reproduce Install base Ubuntu with python, build-essential curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh | bash cd ~/enigma-bbs ./oputil.js config new

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
KaiDreamcommented, Feb 5, 2019

When you asked what version of node it clicked and i got it all addressed. The default install was using NODE 8 and nvm v0.33.7. (This is based on davestephens/enigma-bbs docker image). I killed the image and set it to NODE 10 and nvm v0.34.0 and we’re back online. Sorry about the confusion (didn’t realize that we’d have to swap the node install moving foward)

0reactions
NuSkoolercommented, Feb 5, 2019

@KaiDream Awesome, don’t hesitate to ask if there are other issues!

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot find module [Node npm Error Solved] - freeCodeCamp
In my case, I got it like this "Module not found: Error: Can't resolve 'react-icons/fa' in 'C:\Users\user\Desktop\Projects\Address Locator\ ...
Read more >
How do I resolve "Cannot find module" error using Node.js?
Using npm install installs the module into the current directory only (in a subdirectory called node_modules ). Is app.js located under ...
Read more >
Error: Cannot find module 'bcrypto.node' · Issue #127 - GitHub
i got some error here D:\DataGalang\test-cepot\hs-airdrop\node_modules\loady\lib\loady.js:156 throw err; ^ Error: Cannot find module ...
Read more >
Fix Global Installs Not Working | "Cannot find module" error FIX
Getting " Cannot find module " after installing something globally (with -g)? Well, this video shows you how to fix global package/module ...
Read more >
[Solution] Error: Cannot Find Module "nodemailer" - Courier
This error occurs when you have not installed the nodemailer library in your Node.js application. Solution - Here's How To Resolve It. First,...
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