source-map-support : Fixes stack traces for files with source maps. You can installing source-map-support 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 source-map-support $ sudo npm install -g source-map-support
If want to update the source-map-support package execute the command as below,
$ sudo npm update source-map-support
Update package globally,
$ npm install -g source-map-support
$ sudo git clone https://github.com/rektide/source-map-support.git
$ sudo npm install -g ./source-map-support
source-map-support@0.5.0 /usr/lib/node_modules/source-map-support
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall source-map-support
| Package Name | source-map-support |
| Version | 0.5.0 |
| Description | Fixes stack traces for files with source maps |
| Released Date | 2017-10-03T17:32:09.849Z |
| Published by | linusu |
| How to Learn | https://www.npmjs.com/package/source-map-support/tutorial |