-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing modules with binary bindings #30
Comments
What's your node version? Operating system? |
OSX 10.10.5 |
I'm also having this problem. Is it possible that npm is using the standard version of node and building dependencies against the wrong API? I'm not sure what the solution to this would be, maybe npm-nightly? |
Yeah, even the npm bundled with |
Where is the npm bundled with node-nightly located? |
On my mac it is here |
Weird, it doesn't seem to be in there or |
I did |
Ok, so I ran the |
Using
node-nightly
I get errors likeError: 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 helpThe text was updated successfully, but these errors were encountered: