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.

Installing modules with binary bindings

See original GitHub issue

Using node-nightly I get errors like Error: Module version mismatch. Expected 51, got 48. for modules with native bindings.

I tried doing something like env NODE_PATH=/usr/local/lib/node_modules/node-nightly/node-nightly/ /usr/local/lib/node_modules/node-nightly/node-nightly/bin/npm install bcrypt but that doesn’t seem to help

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
vsviridovcommented, Oct 7, 2016

Ok, so I ran the node-nightly /usr/local/.../npm install and it seemed to work.

0reactions
vsviridovcommented, Oct 6, 2016

I did which node-nightly and then followed the symlinks. Your node path likely going to be different.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support for pre-compiled binary modules in npm. · Issue #4398
Put binding.gyp in .npmignore , otherwise npm will still attempt to build from the source. (Do not forget to add some contents of...
Read more >
Creating Multiplatform Precompiled Binaries for Node.js ...
This are the steps we follow to be able to auto-generate binary packages, so they can be installed and used by anyone.
Read more >
Install Python bindings — Open Babel 3.0.1 documentation
Install the bindings¶. First you need to download and install the main Open Babel executable and library as described in Install a binary...
Read more >
npm - Installing node.js packages for different architecture
Most native node modules use node-pre-gyp which uses an install script to search for pre-built binaries for your OS/arch/v8 ABI combination, and fallback...
Read more >
Installation Dune and its Python bindings from PyPI
We have tested on a number of Linux distributions and on MacOS. On Windows follow the WSL installation and instead of installing the...
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