You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\dev\...\node_modules\hyco-https\lib\HybridConnectionHttpsServer.js:475
var extensionsOffer = Extensions.parse(req.headers['sec-websocket-extensions']);
^
**ReferenceError: Extensions is not defined**
at accept (C:\dev\...\node_modules\hyco-https\lib\HybridConnectionHttpsServer.js:475:25)
at WebSocket.server.controlChannel.onmessage (C:\...\node_modules\hyco-https\lib\HybridConnectionHttpsServer.js:420:7)
at WebSocket.onMessage (C:\dev\...\node_modules\ws\lib\event-target.js:120:16)
at WebSocket.emit (events.js:400:28)
at Receiver.receiverOnMessage (C:\dev\....\node_modules\ws\lib\websocket.js:789:20)
at Receiver.emit (events.js:400:28)
at Receiver.dataMessage (C:\dev\...\node_modules\ws\lib\receiver.js:422:14)
at Receiver.getData (C:\dev\...\node_modules\ws\lib\receiver.js:352:17)
at Receiver.startLoop (C:\dev\...\node_modules\ws\lib\receiver.js:138:22)
at Receiver._write (C:\dev\...\node_modules\ws\lib\receiver.js:74:10)
Expected Behavior
The sample app should not crash.
The text was updated successfully, but these errors were encountered:
Description
npm install
.Actual Behavior
The listener.js fails with the following error:
Expected Behavior
The sample app should not crash.
The text was updated successfully, but these errors were encountered: