nandub / hubot-irc

IRC adapter for Hubot
MIT License
299 stars 128 forks source link

missing dependencies on heroku #142

Closed Jaglag closed 9 years ago

Jaglag commented 9 years ago

i using latest version of hubot-irc on Heroku everytime i update the bot:

node-icu-charset-detector@0.0.7 cant be compiled cause of missing libicu on heroku.

is there maybe a workaround for this?

parkr commented 9 years ago

What depends upon node-icu-charset-detector?

Jaglag commented 9 years ago

you need libicu for compiling it on heroku as far as i know.

At first, install libicu into your system (See this instruction for details) thats from node-icu-charset-detector^^

dont know how to get that on heroku?

Jaglag commented 9 years ago

heres a error log:

http://pastebin.com/sguYbP20

parkr commented 9 years ago

It's a dependency of the irc package. I just filed it here: https://github.com/martynsmith/node-irc/issues/327

Jaglag commented 9 years ago

hmm k ty