Dns 尝试安装Socket.IO时NPM出错

Dns 尝试安装Socket.IO时NPM出错,dns,installation,socket.io,npm,Dns,Installation,Socket.io,Npm,所以我试图在我的机器上安装socket.io,我遇到了一个小问题: [ME ~]$ sudo npm install socket.io npm ERR! Error: ENOTFOUND, Domain name not found npm ERR! at IOWatcher.callback (dns.js:74:15) npm ERR! Report this *entire* log at: npm ERR! <http://github.com/isaacs/np

所以我试图在我的机器上安装socket.io,我遇到了一个小问题:

[ME ~]$ sudo npm install socket.io
npm ERR! Error: ENOTFOUND, Domain name not found
npm ERR!     at IOWatcher.callback (dns.js:74:15)
npm ERR! Report this *entire* log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>
npm ERR!
npm ERR! System Linux 2.6.35.13-92.fc14.x86_64
npm ERR! command "node" "/usr/bin/npm" "install" "socket.io"
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /home/ME/npm-debug.log
npm not ok
[ME ~]$
[ME~]$sudo npm install socket.io
npm错误!错误:ENOTFOUND,找不到域名
npm错误!在IOWatcher.callback(dns.js:74:15)
npm错误!在以下位置报告此*整个*日志:
npm错误!
npm错误!或通过电子邮件发送至:
npm错误!
npm错误!
npm错误!Linux系统2.6.35.13-92.fc14.x86_64
npm错误!命令“node”“/usr/bin/npm”“install”“socket.io”
npm错误!
npm错误!其他日志记录详细信息可在以下位置找到:
npm错误/home/ME/npm-debug.log
npm不好
[我~]$
我不知道这是否与我的防火墙、我安装的npm或其他类似问题有关……有人遇到过类似的问题吗