estraverse : ECMAScript JS AST traversal functions. You can installing estraverse 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 estraverse $ sudo npm install -g estraverse
If want to update the estraverse package execute the command as below,
$ sudo npm update estraverse
Update package globally,
$ npm install -g estraverse
$ sudo git clone https://github.com/rektide/estraverse.git
$ sudo npm install -g ./estraverse
estraverse@4.2.0 /usr/lib/node_modules/estraverse
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall estraverse
Package Name | estraverse |
Version | 4.2.0 |
Description | ECMAScript JS AST traversal functions |
Released Date | 2016-03-10T21:52:19.346Z |
Published by | nzakas |
How to Learn | https://www.npmjs.com/package/estraverse/tutorial |