Open tsde opened 9 years ago
Please release a new version that fixes this
I'm hitting this issue too with node 6.0 on Debian as well... It would be nice if node did not attempt to recompile these broken modules each time hubot starts, it delays start-up by like 3 minutes on my slow embedded system
2 years later
@lagbox Is this not resolved in the latest master?
Hi,
When trying to install hubot-irc, I'm getting the following warning:
node-icu-charset-detector is an optional dep of the irc module you're using for hubot-irc. The issue seems to be fixed if we use version 0.4.0 of the irc module. I see that you recently updated your package.json with this version in your master branch but hubot-irc tagged 0.2.8 still ships with version 0.3.9 of the irc module.
I know that this is not really a critical error but do you have any plans on updating irc module version so we can install hubot-irc without warning ?
FYI, I'm using node v4.2.1
Cheers