vscode-jsonrpc : A json rpc implementation over streams. You can installing vscode-jsonrpc 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 vscode-jsonrpc $ sudo npm install -g vscode-jsonrpc
If want to update the vscode-jsonrpc package execute the command as below,
$ sudo npm update vscode-jsonrpc
Update package globally,
$ npm install -g vscode-jsonrpc
$ sudo git clone https://github.com/rektide/vscode-jsonrpc.git
$ sudo npm install -g ./vscode-jsonrpc
vscode-jsonrpc@3.5.0 /usr/lib/node_modules/vscode-jsonrpc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vscode-jsonrpc
| Package Name | vscode-jsonrpc |
| Version | 3.5.0 |
| Description | A json rpc implementation over streams |
| Released Date | 2017-11-07T09:44:26.816Z |
| Published by | dbaeumer |
| How to Learn | https://www.npmjs.com/package/vscode-jsonrpc/tutorial |