rpio : High performance GPIO/i2c/PWM/SPI module for Raspberry Pi. You can installing rpio 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 rpio $ sudo npm install -g rpio
If want to update the rpio package execute the command as below,
$ sudo npm update rpio
Update package globally,
$ npm install -g rpio
$ sudo git clone https://github.com/rektide/rpio.git
$ sudo npm install -g ./rpio
rpio@0.9.19 /usr/lib/node_modules/rpio
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rpio
| Package Name | rpio |
| Version | 0.9.19 |
| Description | High performance GPIO/i2c/PWM/SPI module for Raspberry Pi |
| Released Date | 2017-10-07T07:11:31.402Z |
| Published by | jperkin |
| How to Learn | https://www.npmjs.com/package/rpio/tutorial |