-
Notifications
You must be signed in to change notification settings - Fork 6
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
Building gtalk throws version error for node-xmpp #32
Comments
I have this problem, too. |
Same problem. |
You need to rebuild the package from sources to make this work as the author fixed it but didn't publish an updated version. |
I suggest using a replacement npm package which has all the same configuration files. The only changes to make are to packages.json: "dependencies": {
"hubot": ">= 2.6.0 < 3.0.0",
"hubot-scripts": ">= 2.5.0 < 3.0.0",
"hubot-gtalk-gluck": ">= 2.1.2"
}, And in your Procfile:
|
When I added Gtalk as a package and try to build (on heroku) I get this error:
Full stack trace here: https://gist.github.com/d2kagw/56a28618240a8c45b3dc
My Hubot dependancy file is:
Any ideas?
The text was updated successfully, but these errors were encountered: