-
Notifications
You must be signed in to change notification settings - Fork 229
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
Failed to build in Heroku (node v6.10.2) #298
Comments
I have problem with node 6.10.2 too. It is not related with Heroku. |
@alperozisik In case this helps you I had to downgrade to node 6.9.2 and npm 3.10.9 (matched my production to my development environment which I should have done since the beginning) In Heroku the node js version the server uses is the same found in the package.js file under the engines property so I just changed that from
to
That fixed it for me because lwip always worked in my dev environment and used to work but stopped working in our prod environment. Now, you may not be able to do that; I was able to because I'm the sole back end developer in the team and I knew any node 6 version will do. However if you can change the node and npm version as you like then I recommend to change to those settings. |
Chiming in, also problems with 6.10.2 on my local. |
Same problem here, builds with 6.9 |
Thanks for pointing me int he right direction @OussamaRomdhane . It seems heroku updated their engines. |
Same problem here (not with heroku) _CC(target) Release/obj.target/lwip_decoder/src/lib/png/png.o ubuntu 16.04.2 |
see #297 |
For the benefit of anyone else in search of a solution, your best bet may be to give jimp a try. It has a similar (and sometimes simpler) API, with zero external dependencies, so no more struggling with node-gyp. |
The text was updated successfully, but these errors were encountered: