dedent-js : Remove indentation from multiline strings. You can installing dedent-js 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-js $ sudo npm install -g dedent-js
If want to update the dedent-js package execute the command as below,
$ sudo npm update dedent-js
Update package globally,
$ npm install -g dedent-js
$ sudo git clone https://github.com/rektide/dedent-js.git
$ sudo npm install -g ./dedent-js
dedent-js@1.0.1 /usr/lib/node_modules/dedent-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dedent-js
Package Name | dedent-js |
Version | 1.0.1 |
Description | Remove indentation from multiline strings |
Released Date | 2015-09-19T20:22:27.700Z |
Published by | martin-kolarik |
How to Learn | https://www.npmjs.com/package/dedent-js/tutorial |