normalize-path : Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.. You can installing normalize-path 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 normalize-path $ sudo npm install -g normalize-path
If want to update the normalize-path package execute the command as below,
$ sudo npm update normalize-path
Update package globally,
$ npm install -g normalize-path
$ sudo git clone https://github.com/rektide/normalize-path.git
$ sudo npm install -g ./normalize-path
normalize-path@2.1.1 /usr/lib/node_modules/normalize-path
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall normalize-path
| Package Name | normalize-path |
| Version | 2.1.1 |
| Description | Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled. |
| Released Date | 2017-03-29T18:21:25.307Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/normalize-path/tutorial |