-
Notifications
You must be signed in to change notification settings - Fork 7
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
LWIP installation issues #67
Comments
This should be fixed once LWIP migrates NAN to 2.0 which is what Node 4.0.0 uses. There is currently an open PR to fix this in the LWIP repo. |
Awesome. Thanks for letting us know @JoseRoman |
@madisonmay, @sihrc this issue should be fixed with the new version of LWIP 0.0.8. |
@JoseRoman Awesome, thank you! |
Is this the issue that I am running into? s4_1 | Error: Cannot find module '../build/Release/lwip_image' package.json below... { |
perhaps we can use a precompiled binary option? |
And it is especially difficult to deploy this on AWS Lambda due to lwip compiling/installation issues... |
+1 for Google Could Compute instances as well. |
I've created a fork of this that removes all the image processing, as we didn't need it in our current project and were having similar installation issues. Could this be broken up into a separate |
Same error here. I am unable to install. The lwip package throws a build error. Any news, when this can be fixed?
|
LWIP is currently an optional dependency. If you are not working with images, a current workaround would be to install the package without the optional dependencies. http://unix.stackexchange.com/a/256960 |
I believe I've reproduced the error with: A new 0.10.4 indico.io package has been deployed in #123 that updates the LWIP dependency which fixes the error that was reproduced. Thanks to everyone who reported this bug, and sorry for not addressing this sooner. |
We'll leave this issue open until a more sustainable solution is implemented. Until then, if anyone begins to have issues with LWIP installation again, we will again update the lib as necessary. |
The lwip package is prone to installation issues, should see what we can do to remedy it on our end.
The text was updated successfully, but these errors were encountered: