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 actually installed, as you can see (the [email protected] node_modules/irc bit means it installed). The README specifies that there are optional dependencies that should be installed.
I'm not sure if this occurs on other versions of OS X, but at least on Mavericks, I got the following error while installing:
I was able to resolve these errors by
brew install icu4c
ln -s /usr/local/Cellar/icu4c/54.1/include/* /usr/local/include/
npm install irc
againSomeone familiar with the involved tools/dependencies should verify this is the correct solution, and the install documentation should be updated.
The text was updated successfully, but these errors were encountered: