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).
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.