How to Install uri-js NPM Packages on Ubuntu / Debian

How to Install uri-js software package in NPM Packages

uri-js : An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.. You can installing uri-js 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 uri-js
$ sudo npm install -g uri-js

If want to update the uri-js package execute the command as below,

$ sudo npm update uri-js

Update package globally,

$ npm install -g uri-js

Git clone:

$ sudo  git clone https://github.com/rektide/uri-js.git
$ sudo  npm install -g ./uri-js

uri-js@3.0.2 /usr/lib/node_modules/uri-js

How to remove uri-js package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall uri-js

Basic Information of uri-js NPM Package:

Package Name uri-js
Version 3.0.2
Description An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.
Released Date 2017-03-28T14:40:42.750Z
Published by garycourt
How to Learn https://www.npmjs.com/package/uri-js/tutorial