Node.js 安装socket.io输出(节点gyp rebuild 2>;builderror.log)| |(退出0)和重建路径

Node.js 安装socket.io输出(节点gyp rebuild 2>;builderror.log)| |(退出0)和重建路径,node.js,socket.io,npm,Node.js,Socket.io,Npm,我知道这其中有一些问题,我读过,但我没有找到解决办法,我得到的结果与其他用户不同,因为我没有收到任何关于微软或其他东西的信息 我得到的信息是: > ws@0.5.0 install E:\wamp\www\sandbox\chat\node_modules\socket.io\node_modules\engine.io\node_modules\ws > (node-gyp rebuild 2> builderror.log) || (exit 0) E:\wamp\ww

我知道这其中有一些问题,我读过,但我没有找到解决办法,我得到的结果与其他用户不同,因为我没有收到任何关于微软或其他东西的信息

我得到的信息是:

> ws@0.5.0 install E:\wamp\www\sandbox\chat\node_modules\socket.io\node_modules\engine.io\node_modules\ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)


E:\wamp\www\sandbox\chat\node_modules\socket.io\node_modules\engine.io\node_modules\ws>node        
"C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
/

> ws@0.4.31 install E:\wamp\www\sandbox\chat\node_modules\socket.io\node_modules
\socket.io-client\node_modules\engine.io-client\node_modules\ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)


E:\wamp\www\sandbox\chat\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client\node_modules\ws>node 
"C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild

socket.io@1.2.1 node_modules\socket.io
├── debug@0.7.4
├── has-binary-data@0.1.3 (isarray@0.0.1)
├── socket.io-adapter@0.3.1 (object-keys@1.0.1, debug@1.0.2)
├── socket.io-parser@2.2.2 (isarray@0.0.1, component-emitter@1.1.2, benchmark@1.
0.0, json3@3.2.6)
├── engine.io@1.4.3 (base64id@0.1.0, debug@1.0.3, engine.io-parser@1.1.0, ws@0.5
.0)
└── socket.io-client@1.2.1 (indexof@0.0.1, to-array@0.1.3, component-bind@1.0.0,
 object-component@0.0.3, component-emitter@1.1.2, has-binary@0.1.5, parseuri@0.0
.2, engine.io-client@1.4.3)

我想知道如何修复它,但我想知道什么是
ws
也看起来
ws
已成功安装。您在运行应用程序/服务器时是否遇到任何问题?如果是这样,请上传
npm debug.log
作为要点,并在此处发布链接


至于“What is
ws
”,您可以在这里阅读:

谢谢您的回答。我试着写了几行代码,模块运行良好,没有显示任何错误,可能输出是正常的,因为安装了
mongodb
包。