convert-source-map : Converts a source-map from/to different formats and allows adding/changing properties.. You can installing convert-source-map 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 convert-source-map $ sudo npm install -g convert-source-map
If want to update the convert-source-map package execute the command as below,
$ sudo npm update convert-source-map
Update package globally,
$ npm install -g convert-source-map
$ sudo git clone https://github.com/rektide/convert-source-map.git
$ sudo npm install -g ./convert-source-map
convert-source-map@1.5.1 /usr/lib/node_modules/convert-source-map
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall convert-source-map
Package Name | convert-source-map |
Version | 1.5.1 |
Description | Converts a source-map from/to different formats and allows adding/changing properties. |
Released Date | 2017-11-23T10:19:57.895Z |
Published by | thlorenz |
How to Learn | https://www.npmjs.com/package/convert-source-map/tutorial |