node-hid : USB HID device access library. You can installing node-hid npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install node-hid $ sudo npm install -g node-hid
If want to update the node-hid package execute the command as below,
$ sudo npm update node-hid
Update package globally,
$ npm install -g node-hid
$ sudo git clone https://github.com/rektide/node-hid.git
$ sudo npm install -g ./node-hid
node-hid@0.5.7 /usr/lib/node_modules/node-hid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-hid
Package Name | node-hid |
Version | 0.5.7 |
Description | USB HID device access library |
Released Date | 2017-08-16T17:57:58.465Z |
Published by | todbot |
How to Learn | https://www.npmjs.com/package/node-hid/tutorial |