无法安装 Socket.io

发布于 2024-12-10 18:37:57 字数 897 浏览 1 评论 0原文

我正在做最基本的事情:

npm install socket.io

我收到了大量错误,从以下开始:

npm ERR! Error: Socket is not writable
npm ERR!     at Socket._writeOut (net.js:391:11)
npm ERR!     at Socket.write (net.js:377:17)
npm ERR!     at Socket.<anonymous> (util.js:375:21)
npm ERR!     at Socket.emit (events.js:64:17)
npm ERR!     at Socket._onReadable (net.js:678:14)
npm ERR!     at IOWatcher.onReadable [as callback] (net.js:177:10)
npm ERR! Report this *entire* log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>
npm ERR! 
npm ERR! System Darwin 11.2.0
npm ERR! command "node" "/Users/shamoon/local/node/bin/npm" "install" "socket.io"

我不知道从哪里开始修复它

I'm doing the most basic thing possible:

npm install socket.io

I get a massive amount of errors, starting from:

npm ERR! Error: Socket is not writable
npm ERR!     at Socket._writeOut (net.js:391:11)
npm ERR!     at Socket.write (net.js:377:17)
npm ERR!     at Socket.<anonymous> (util.js:375:21)
npm ERR!     at Socket.emit (events.js:64:17)
npm ERR!     at Socket._onReadable (net.js:678:14)
npm ERR!     at IOWatcher.onReadable [as callback] (net.js:177:10)
npm ERR! Report this *entire* log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>
npm ERR! 
npm ERR! System Darwin 11.2.0
npm ERR! command "node" "/Users/shamoon/local/node/bin/npm" "install" "socket.io"

I have no idea where to begin fixing it

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黯然 2024-12-17 18:37:57

您是否尝试过从 githubnpm install 下载

Have you tried to download from github and npm install

删除→记忆 2024-12-17 18:37:57

事实证明我的 tar 路径不正确。现在好多了 =)

Turns out my tar path wasn't correct. All better now =)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文