Closed bryanrossUK closed 10 years ago
I think these are dependencies of node-xmpp, which is something hubot-xmpp uses.
My apologies - I've checked node-xmpp's installation guide and they list the dependencies.
Great work on hubot-xmpp! Looking forward to writing my own hubot scripts :)
Hi,
Possibly my lack of experience of Node but just in case it's useful to anyone else, I came across the following dependencies when install hubot-xmpp on CentOS 6.
yum -y install expat-devel yum -y install libicu-devel yum -y install node-stringprep # requires EPEL
Would it be better if node-stringprep was included in the package.json for hubot-xmpp?
Thanks, Bryan