exorcist : Externalizes the source map found inside a stream to an external `.js.map` file. You can installing exorcist 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 exorcist $ sudo npm install -g exorcist
If want to update the exorcist package execute the command as below,
$ sudo npm update exorcist
Update package globally,
$ npm install -g exorcist
$ sudo git clone https://github.com/rektide/exorcist.git
$ sudo npm install -g ./exorcist
exorcist@1.0.0 /usr/lib/node_modules/exorcist
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall exorcist
Package Name | exorcist |
Version | 1.0.0 |
Description | Externalizes the source map found inside a stream to an external `.js.map` file |
Released Date | 2017-09-25T19:55:47.304Z |
Published by | thlorenz |
How to Learn | https://www.npmjs.com/package/exorcist/tutorial |