You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to standup a local bond instance, but have been getting errors and they seem to be related to the node-xmpp module, specifically said module's dependency on node-stringprep
Here's the error I get in my console:
[48121:1203/195547:INFO:CONSOLE(14)] "Cannot load StringPrep-0.1.0 bindings. You may need to `npm install node-stringprep'", source: /Users/calvinwebster/Documents/gitProjects/bond/app/node_modules/node-xmpp/lib/xmpp/jid.js (14)
and here's the node-webkit error:
Uncaught node.js Error
TypeError: Cannot call method 'end' of undefined
at Client.Connection.onEnd (/Users/calvinwebster/Documents/gitProjects/bond/app/node_modules/node-xmpp/lib/xmpp/connection.js:277:17)
at CleartextStream.<anonymous> (/Users/calvinwebster/Documents/gitProjects/bond/app/node_modules/node-xmpp/lib/xmpp/connection.js:56:14)
at CleartextStream.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:910:16
at process._tickCallback (node.js:351:13)
Ahh OSX issue might be your problem, it uses a more recent version of libicu (50.X). Suggest you look at the node-stringprep readme as there's potentially some useful information there.
Hello,
I was trying to standup a local bond instance, but have been getting errors and they seem to be related to the
node-xmpp
module, specifically said module's dependency onnode-stringprep
Here's the error I get in my console:
and here's the node-webkit error:
I tried to do some digging and have found some issues related:
xmppo/node-stringprep#36
xmppo/node-stringprep#31
I guess I'm curious if you guys have run into this and I'm just forgetting something. (could likely be PEBKAC)
I'm running:
Node v0.10.12
Npm 1.3.7
Grunt v0.4.2
Mac OSX 10.8.5
The text was updated successfully, but these errors were encountered: