urijs : URI.js is a Javascript library for working with URLs.. You can installing urijs 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 urijs $ sudo npm install -g urijs
If want to update the urijs package execute the command as below,
$ sudo npm update urijs
Update package globally,
$ npm install -g urijs
$ sudo git clone https://github.com/rektide/urijs.git
$ sudo npm install -g ./urijs
urijs@1.19.0 /usr/lib/node_modules/urijs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall urijs
| Package Name | urijs |
| Version | 1.19.0 |
| Description | URI.js is a Javascript library for working with URLs. |
| Released Date | 2017-10-01T13:23:14.285Z |
| Published by | rodneyrehm |
| How to Learn | https://www.npmjs.com/package/urijs/tutorial |