安装 socket.io 输出(node-gyp 重建 2> builderror.log)|| (出口 0)和重建路径
installing socket.io outputs (node-gyp rebuild 2> builderror.log) || (exit 0) and path to rebuild
我知道对此有一些疑问,我阅读了它,但没有找到解决它的方法,而且我得到的输出与其他用户不同,因为我没有收到任何关于 Microsoft 的消息或其他东西。
我收到的消息是:
> 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
安装成功。您 运行 您的 app/server 有什么问题吗?如果是这样,请在此处上传 npm-debug.log
作为要点 https://github.com/gist 和 post link。
至于 "What is ws
",您可以在这里阅读:https://github.com/einaros/ws#ws-a-nodejs-websocket-library
我知道对此有一些疑问,我阅读了它,但没有找到解决它的方法,而且我得到的输出与其他用户不同,因为我没有收到任何关于 Microsoft 的消息或其他东西。
我收到的消息是:
> 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
安装成功。您 运行 您的 app/server 有什么问题吗?如果是这样,请在此处上传 npm-debug.log
作为要点 https://github.com/gist 和 post link。
至于 "What is ws
",您可以在这里阅读:https://github.com/einaros/ws#ws-a-nodejs-websocket-library