Open DavidCWGA opened 9 years ago
Building from git works fine, however.
That's weird, it builds here... I'll have to test on Debian, thanks for reporting.
You'll sort it with: apt-get install libicu-dev
I had the same issue on wheezy, figured out that was what was causing it.
apt-get install libicu-dev
Actually I'd already done that. Before I did, I got a different error about a missing file. (Which I didn't save. Sorry.)
From what I remember I had to do a npm install -g node-gyp-install (it was 5am, I was half asleep) before I used apt-get install libicu-dev
I think this is fixed now in latest master, as the node-irc module has been updated. IIRC they are using a newer version of node-icu-charset-detector which hopefully works around this problem.
Attempting to build on Debian Jessie with node installed from the node repository.