recast : JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator. You can installing recast 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 recast $ sudo npm install -g recast
If want to update the recast package execute the command as below,
$ sudo npm update recast
Update package globally,
$ npm install -g recast
$ sudo git clone https://github.com/rektide/recast.git
$ sudo npm install -g ./recast
recast@0.13.0 /usr/lib/node_modules/recast
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall recast
| Package Name | recast |
| Version | 0.13.0 |
| Description | JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator |
| Released Date | 2017-11-22T19:48:36.824Z |
| Published by | benjamn |
| How to Learn | https://www.npmjs.com/package/recast/tutorial |