Closed GeoffreyPlitt closed 6 years ago
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.
Gotcha, thanks
Is this library still maintained? I'm getting
And I don't see any commits past 2015 in this repo.