Closed ramkumarc closed 10 years ago
What version of lcu did you install?
node-stringprep
currently only supports a slightly older version of icu which can be downloaded here http://site.icu-project.org/download/49.
Providing a link to a failed npm install log of node-stringprep
would also be useful.
Thanks.
i have installed node-string prep. the problem is when i use node-xmpp , i get the warning i had mentioned.
In that case you'll have to dig into the error I'm afraid. The warning is fired in node-xmpp when it tries to require (and use) node-stringprep
. The relevant piece of code is here: https://github.com/astro/node-xmpp/blob/master/lib/xmpp/jid.js#L1
Closing due to no updates, if this is still a problem please feel free to reopen so we can get fixed. Thanks.
Issue moved from node-xmpp
OS - RHEL 5.5 node@v0.10.17 node-stringprep@0.1.8 node-xmpp@0.5.5 icu-config --version 4.8.1.1
I have installed everything but still when i use node-xmpp i get the warning
Cannot load StringPrep-0.1.0 bindings. You may need to `npm install node-stringprep'
i did install code>libicu-devel@3.6-5.11.4</code No Luck.
I already installed
icu
from http://site.icu-project.org/ and also installedlibicu-devel-4.2.1-9.1.el5.remi.x86_64
andlibicu-4.2.1-9.1.el5.remi.x86_64
. But still i get that warning when i use node-xmpp.Am i missing anything else ?