vscode-uri : The URI implementation that is used by VS Code and its extensions. You can installing vscode-uri 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-uri $ sudo npm install -g vscode-uri
If want to update the vscode-uri package execute the command as below,
$ sudo npm update vscode-uri
Update package globally,
$ npm install -g vscode-uri
$ sudo git clone https://github.com/rektide/vscode-uri.git
$ sudo npm install -g ./vscode-uri
vscode-uri@1.0.1 /usr/lib/node_modules/vscode-uri
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vscode-uri
| Package Name | vscode-uri |
| Version | 1.0.1 |
| Description | The URI implementation that is used by VS Code and its extensions |
| Released Date | 2017-06-16T09:19:21.975Z |
| Published by | jrieken |
| How to Learn | https://www.npmjs.com/package/vscode-uri/tutorial |