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

does not build compiled modules sometimes #65

Open
dominictarr opened this issue May 13, 2014 · 1 comment
Open

does not build compiled modules sometimes #65

dominictarr opened this issue May 13, 2014 · 1 comment

Comments

@dominictarr
Copy link
Owner

I think it happens when you install multiple modules?

@duralog
Copy link

duralog commented Sep 1, 2014

hey dude, I ran into this today. you can reproduce this by doing npmd install bignum I have noticed that the error is because of two reasons.

  1. that library does not have "gypfile": true in its package.json
  2. the install script is never run.. so it won't actually build the module in either case.

I think this error can be solved by making sure the install script is run afterward.

cheers man

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