dedent : An ES6 string tag that strips indentation from multi-line strings. You can installing dedent 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 dedent $ sudo npm install -g dedent
If want to update the dedent package execute the command as below,
$ sudo npm update dedent
Update package globally,
$ npm install -g dedent
$ sudo git clone https://github.com/rektide/dedent.git
$ sudo npm install -g ./dedent
dedent@0.7.0 /usr/lib/node_modules/dedent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dedent
Package Name | dedent |
Version | 0.7.0 |
Description | An ES6 string tag that strips indentation from multi-line strings |
Released Date | 2017-01-28T22:32:59.233Z |
Published by | dmnd |
How to Learn | https://www.npmjs.com/package/dedent/tutorial |