Node JS install (BlinkStick Strip)

Hi, i’d like to install node js Blinkstick but i’ve get errors.

Is there any recent documentation to install under node js.

Thanks for any help

I’m also unable to install it.

It an issue with “usb” lib

write a “package.json” like this:

{
    "name": "blinksticktest",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "author": "",
    "license": "ISC",
    "dependencies": {
        "blinkstick": "1.1.3"
    },
    "resolutions": {
        "usb": "^1.6.0"
    }
}

And then install with “yarn”