rttc : Runtime type-checking for JavaScript.. You can installing rttc 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 rttc $ sudo npm install -g rttc
If want to update the rttc package execute the command as below,
$ sudo npm update rttc
Update package globally,
$ npm install -g rttc
$ sudo git clone https://github.com/rektide/rttc.git
$ sudo npm install -g ./rttc
rttc@9.8.2 /usr/lib/node_modules/rttc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rttc
| Package Name | rttc |
| Version | 9.8.2 |
| Description | Runtime type-checking for JavaScript. |
| Released Date | 2016-08-26T23:42:30.191Z |
| Published by | mikermcneil |
| How to Learn | https://www.npmjs.com/package/rttc/tutorial |