beef up IRC node optional compile warnings note in readme

This commit is contained in:
dceejay 2015-05-30 09:38:30 +01:00
parent 76fe4123f6
commit 340d54e0ea
2 changed files with 6 additions and 4 deletions

View File

@ -17,9 +17,11 @@ this is ~/.node-red .
npm install node-red-node-irc
During install there may be multiple messages about libiconv charset support.
These report as failure to compile errors - but are warnings and the node will
still install (assuming nothing else failed) and you'll be able to use it, just
not the character set features.
These may look like failures... as they report as failure to compile errors -
but are warnings and the node will continue to install and, assuming nothing else
failed, you'll be able to use it, just without the character set features. You
may of course manually install the extra dependancies as per the warnings, but
they may not be available on all platforms.
Usage

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-irc",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node to talk to an IRC server",
"dependencies" : {
"irc" : "0.3.11"