我知道有一些问题,我读了但是我没有找到解决它的解决方案和输出我得到它与其他用户不同,因为我没有得到任何关于微软或其他的消息的东西。
我收到的消息是:
> 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
是什么
答案 0 :(得分:2)
看起来ws
已成功安装。您在运行应用程序/服务器时遇到任何问题吗?如果是,请上传npm-debug.log
作为要点https://github.com/gist并在此处发布链接。
就“什么是ws
”而言,您可以在此处阅读:https://github.com/einaros/ws#ws-a-nodejs-websocket-library