Skip to content
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

Update to modern NodeJS versions? #45

Closed
GeoffreyPlitt opened this issue Apr 25, 2018 · 2 comments
Closed

Update to modern NodeJS versions? #45

GeoffreyPlitt opened this issue Apr 25, 2018 · 2 comments

Comments

@GeoffreyPlitt
Copy link

Is this library still maintained? I'm getting

module.js:681
  return process.dlopen(module, path._makeLong(filename));
                 ^

Error: The module '/home/ubuntu/stardust-backend/node_modules/msgpack/build/Release/msgpackBinding.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

And I don't see any commits past 2015 in this repo.

@strugee
Copy link

strugee commented May 31, 2018

This is not msgpack's fault. msgpack is a binary module which means it was automatically compiled when you npm install'd it. Since you upgraded Node, the version on your system is now built against your old Node version.

Run npm rebuild to fix.

@GeoffreyPlitt
Copy link
Author

Gotcha, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants