mvines / sainsmart-relay16

SainSmart 16-channel USB-HID programmable relay controller
MIT License
15 stars 7 forks source link

node-hid issues #12

Closed JD06450 closed 4 years ago

JD06450 commented 4 years ago

I am having trouble with installing node-hid v0.5.7. Is it possible to just change some code to allow for the use of later versions?

JD06450 commented 4 years ago

I just tried doing what i had mentioned. In the package.json file, all i had to do was edit these lines of code from: "dependencies": { "node-hid": "^0.5.0" }, "devDependencies": { "eslint": "^1.10.0" } to: "dependencies": { "node-hid": "^1.0.0" }, "devDependencies": { "eslint": "^6.0.0" }