gf3 / IRC-js

The best IRC library for node.js
http://irc-js.com
The Unlicense
179 stars 33 forks source link

Issue installing irc-js #44

Closed caleywoods closed 13 years ago

caleywoods commented 13 years ago

npm install irc-js npm info it worked if it ends with ok npm info using npm@0.2.17 npm info using node@v0.4.3 npm ERR! Error: ucs {bad_utf8_character_code}: irc-js npm ERR! at IncomingMessage. (/usr/local/lib/node/.npm/npm/0.2.17/package/lib/utils/registry/request.js:154:16) npm ERR! at IncomingMessage.emit (events.js:81:20) npm ERR! at HTTPParser.onMessageComplete (http.js:132:23) npm ERR! at Client.onData as ondata npm ERR! at Client._onReadable (net.js:675:27) npm ERR! at IOWatcher.onReadable as callback npm ERR! Report this entire log at http://github.com/isaacs/npm/issues npm ERR! or email it to npm-@googlegroups.com npm ERR! Just tweeting a tiny part of the error will not be helpful. npm not ok

caleywoods commented 13 years ago

Closing, sorry just noticed it was on NPM not here.

gf3 commented 13 years ago

Also it looks like you're using an older version of npm, don't forget to upgrade.

caleywoods commented 13 years ago

Yep, that's what fixed it. I brew installed npm and was able to get it running just fine.