grpc : gRPC Library for Node. You can installing grpc 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 grpc $ sudo npm install -g grpc
If want to update the grpc package execute the command as below,
$ sudo npm update grpc
Update package globally,
$ npm install -g grpc
$ sudo git clone https://github.com/rektide/grpc.git
$ sudo npm install -g ./grpc
grpc@1.7.2 /usr/lib/node_modules/grpc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grpc
Package Name | grpc |
Version | 1.7.2 |
Description | gRPC Library for Node |
Released Date | 2017-11-21T01:29:42.195Z |
Published by | murgatroid99 |
How to Learn | https://www.npmjs.com/package/grpc/tutorial |