slash : Convert Windows backslash paths to slash paths. You can installing slash 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 slash $ sudo npm install -g slash
If want to update the slash package execute the command as below,
$ sudo npm update slash
Update package globally,
$ npm install -g slash
$ sudo git clone https://github.com/rektide/slash.git
$ sudo npm install -g ./slash
slash@1.0.0 /usr/lib/node_modules/slash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall slash
| Package Name | slash |
| Version | 1.0.0 |
| Description | Convert Windows backslash paths to slash paths |
| Released Date | 2014-08-13T10:15:02.780Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/slash/tutorial |