Installing modules with binary bindings
See original GitHub issueUsing 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:
- Created 7 years ago
- Comments:9 (1 by maintainers)
Top 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 >
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
Ok, so I ran the
node-nightly /usr/local/.../npm install
and it seemed to work.I did
which node-nightly
and then followed the symlinks. Your node path likely going to be different.