tmi.js : Javascript library for the Twitch Messaging Interface.. You can installing tmi.js 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 tmi.js $ sudo npm install -g tmi.js
If want to update the tmi.js package execute the command as below,
$ sudo npm update tmi.js
Update package globally,
$ npm install -g tmi.js
$ sudo git clone https://github.com/rektide/tmi.js.git
$ sudo npm install -g ./tmi.js
tmi.js@1.2.1 /usr/lib/node_modules/tmi.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tmi.js
| Package Name | tmi.js |
| Version | 1.2.1 |
| Description | Javascript library for the Twitch Messaging Interface. |
| Released Date | 2017-05-16T18:05:33.401Z |
| Published by | schmoopiie |
| How to Learn | https://www.npmjs.com/package/tmi.js/tutorial |