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
So I'm trying to git clone and after that, I just run: npm install && npm run build && npm start
after that a Java Script error ocurred
Uncaught Exception:
TypeError: Cannot read property 'aborted' of null
at ClientRequest._req.on (/home/myuser/Buka/node_modules/ws/lib/WebSocket.js:644:18)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at Socket.socketCloseListener (_http_client.js:377:9)
at emitOne (events.js:120:20)
at Socket.emit (events.js:210:7)
at TCP._handle.close [as _onclose] (net.js:549:12).
Them Buka start but not happens.
The text was updated successfully, but these errors were encountered:
So I'm trying to git clone and after that, I just run:
npm install && npm run build && npm start
after that a Java Script error ocurred
Uncaught Exception:
TypeError: Cannot read property 'aborted' of null
at ClientRequest._req.on (/home/myuser/Buka/node_modules/ws/lib/WebSocket.js:644:18)
at emitOne (events.js:115:13)
at ClientRequest.emit (events.js:210:7)
at Socket.socketCloseListener (_http_client.js:377:9)
at emitOne (events.js:120:20)
at Socket.emit (events.js:210:7)
at TCP._handle.close [as _onclose] (net.js:549:12).
Them Buka start but not happens.
The text was updated successfully, but these errors were encountered: