-
Notifications
You must be signed in to change notification settings - Fork 83
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
install error with msgpack #12
Comments
similar...
|
Exact issue on Ubuntu 12.04 when building msgpack: [1/2] cxx: msgpack.cc -> ../build/Release/msgpack_1.o |
Could be related to this: pgriess/node-msgpack#23 Not sure if the node-msgpack dependency just needs to be upgraded or the version in npm registry hasn't been updated. |
Hmm. as a workaround, you could disable MessagePack, since it's optional unless you want to use that feature. I'll try and test with the latest version. |
p.s, underscoreCLI lazy loads the 'msgpack' module, so if it's not installed, nothing will break unless you use that format directly. |
Is there a way with npm to tell it to ignore the msgpack dependency? |
I wish that was "easier". By far the most straightforward way is to delete it from package.json |
I guess in theory, I could push a 2nd version of the module to the NPM repo ... "underscore-cli-nomsgpack" that would have exactly that package.json change. Is that worth it? |
Here's some other folks asking for "optional dependencies" in npm: https://github.com/isaacs/npm/issues/995 !!!!! NPM supports a "optionalDependencies" field !!!!!!!!! PROBLEM SOLVED. :) pushing v0.2.16 that addresses this issue :) |
clang: error: no such file or directory: 'Release/msgpack.node'
I'm using:
The text was updated successfully, but these errors were encountered: