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:
parent
76fe4123f6
commit
340d54e0ea
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user