1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

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 npm install node-red-node-irc
During install there may be multiple messages about libiconv charset support. 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 These may look like failures... as they report as failure to compile errors -
still install (assuming nothing else failed) and you'll be able to use it, just but are warnings and the node will continue to install and, assuming nothing else
not the character set features. 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 Usage

View File

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