remove-trailing-separator : Removes separators from the end of the string.. You can installing remove-trailing-separator 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 remove-trailing-separator $ sudo npm install -g remove-trailing-separator
If want to update the remove-trailing-separator package execute the command as below,
$ sudo npm update remove-trailing-separator
Update package globally,
$ npm install -g remove-trailing-separator
$ sudo git clone https://github.com/rektide/remove-trailing-separator.git
$ sudo npm install -g ./remove-trailing-separator
remove-trailing-separator@1.1.0 /usr/lib/node_modules/remove-trailing-separator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall remove-trailing-separator
| Package Name | remove-trailing-separator |
| Version | 1.1.0 |
| Description | Removes separators from the end of the string. |
| Released Date | 2017-08-16T08:32:02.606Z |
| Published by | darsain |
| How to Learn | https://www.npmjs.com/package/remove-trailing-separator/tutorial |