You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like in late 2014 there were issues with the node-gyp repo and deploying to Heroku (#232). I've gone through all the threads and am still having the same issue when I push to Heroku. Here's the full output from when I git push heroku master
Are you sure it's node-gyp? It looks like iconv is where the install is breaking, and AFAIK, iconv isn't a depdency of hubot-hipchat, (or subdependency). Search through your node_modules to see what package is requiring iconv and try disabling it?
Looks like it's a nested dependency. hubot-hipchat -> node-xmpp-core -> ltx -> node-expat -> iconv.
I'm wondering if you'd be able to upgrade your required version of node-xmpp-core from 1.0.0-alpha14 which was released on March 5 to one of their newer releases which might fix the bug.
FWIW, I forked it and bumped node-xmpp-core to v3.0.0 and it deployed fine. If you'd like, I can submit a PR, but I'm also not sure what other effects it might have.
It looks like in late 2014 there were issues with the node-gyp repo and deploying to Heroku (#232). I've gone through all the threads and am still having the same issue when I push to Heroku. Here's the full output from when I
git push heroku master
Here's my package.json:
The one thing I made sure to do was to use the official Heroku buildpack:
heroku buildpacks:set https://github.com/heroku/heroku-buildpack-nodejs
Is there anything I'm doing wrong? These issues seem like they are so long ago that we shouldn't still be having them.
The text was updated successfully, but these errors were encountered: