url-join : Join urls and normalize as in path.join.. You can installing url-join 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 url-join $ sudo npm install -g url-join
If want to update the url-join package execute the command as below,
$ sudo npm update url-join
Update package globally,
$ npm install -g url-join
$ sudo git clone https://github.com/rektide/url-join.git
$ sudo npm install -g ./url-join
url-join@2.0.2 /usr/lib/node_modules/url-join
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall url-join
| Package Name | url-join |
| Version | 2.0.2 |
| Description | Join urls and normalize as in path.join. |
| Released Date | 2017-05-18T01:13:45.872Z |
| Published by | jfromaniello |
| How to Learn | https://www.npmjs.com/package/url-join/tutorial |