oguzhaninan / Buka

Buka is a modern software that helps you manage your ebook at ease.
GNU General Public License v3.0
1.09k stars 119 forks source link

A JavaScript error ocurred in the main process #42

Open herculan0 opened 5 years ago

herculan0 commented 5 years ago

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.