Linux install troubles
See original GitHub issueI tried installing on an out of date version of node, I’ve now upgraded node to 12.3.1 and tried to reinstall, I can’t get past this error:
Error: The module '/usr/local/lib/exokit/build/Release/exokit.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 67. This version of Node.js requires
NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
at Object.Module._extensions..node (internal/modules/cjs/loader.js:815:18)
at Module.load (internal/modules/cjs/loader.js:641:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12)
at Module.require (internal/modules/cjs/loader.js:681:19)
at require (internal/modules/cjs/helpers.js:16:16)
at /usr/local/lib/exokit/src/native-bindings.js:19:18
at Object.<anonymous> (/usr/local/lib/exokit/src/native-bindings.js:26:3)
at Module._compile (internal/modules/cjs/loader.js:774:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:785:10)
at Module.load (internal/modules/cjs/loader.js:641:32)
Any ideas?
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
Chapter 10. Troubleshooting Installation on an Intel or AMD ...
Ensure that you have the latest installation updates and images. Review the online errata to see if newer versions are available. If the...
Read more >Running Into Trouble (Running Linux)
The most common problem encountered when attempting to install or use Linux is an incompatibility with hardware. Even if all your hardware is...
Read more >Linux installation problem
Every computer is different, and so is the BIOS/UEFI firmware which causes so many troubles when installing Linux.
Read more >Troubleshooting Linux: Problems That Drive You Mad and ...
The Problem: Failed Installation · The Solution: Clean Installation Files · The Problem: System Hanging · The Solution(s): Reboot or Upgrade Troubled Hardware...
Read more >Problems installing on Linux - IBM
Problems installing on Linux. The following problems could occur: An InstallShield wizard installation fails on Linux with an error installing the bundled ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes it did. I had to give my account root priviliagdes to get it to work, but it worked eventually.
Thanks for your help.
did that work for you @bknill?