thrift : node.js bindings for the Apache Thrift RPC system. You can installing thrift 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 thrift $ sudo npm install -g thrift
If want to update the thrift package execute the command as below,
$ sudo npm update thrift
Update package globally,
$ npm install -g thrift
$ sudo git clone https://github.com/rektide/thrift.git
$ sudo npm install -g ./thrift
thrift@0.10.0 /usr/lib/node_modules/thrift
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall thrift
| Package Name | thrift |
| Version | 0.10.0 |
| Description | node.js bindings for the Apache Thrift RPC system |
| Released Date | 2017-02-01T14:16:14.224Z |
| Published by | jfarrell |
| How to Learn | https://www.npmjs.com/package/thrift/tutorial |