stephenlacy / msi-keyboard-gui

The First fully featured GUI MSI Keyboard controller for Linux (And Windows)
MIT License
212 stars 40 forks source link

Error executing 'npm start' #40

Closed dsabalete closed 6 years ago

dsabalete commented 6 years ago

Issue

I have cloned your repo and executed 'npm install' without errors. But when trying to run 'npm start', I get an error message like the one shown in the attached file. I have also tried to run it with 'sudo' without luck

System versions:

nodejs: v.6.13.1
npm: 3.10.10
libusb: 1.0.0

captura de pantalla de 2018-03-16 22-35-54

stephenlacy commented 6 years ago

There are several issues with this error, it is a node version mismatch.

35 #38 #33 #30 #24 #18 #10 #5 #2

First try with node 8

dsabalete commented 6 years ago

+1