esprima : ECMAScript parsing infrastructure for multipurpose analysis. You can installing esprima 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 esprima $ sudo npm install -g esprima
If want to update the esprima package execute the command as below,
$ sudo npm update esprima
Update package globally,
$ npm install -g esprima
$ sudo git clone https://github.com/rektide/esprima.git
$ sudo npm install -g ./esprima
esprima@4.0.0 /usr/lib/node_modules/esprima
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall esprima
Package Name | esprima |
Version | 4.0.0 |
Description | ECMAScript parsing infrastructure for multipurpose analysis |
Released Date | 2017-06-10T11:56:16.911Z |
Published by | ariya |
How to Learn | https://www.npmjs.com/package/esprima/tutorial |