acorn-globals : Detect global variables in JavaScript using acorn. You can installing acorn-globals 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 acorn-globals $ sudo npm install -g acorn-globals
If want to update the acorn-globals package execute the command as below,
$ sudo npm update acorn-globals
Update package globally,
$ npm install -g acorn-globals
$ sudo git clone https://github.com/rektide/acorn-globals.git
$ sudo npm install -g ./acorn-globals
acorn-globals@4.1.0 /usr/lib/node_modules/acorn-globals
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall acorn-globals
Package Name | acorn-globals |
Version | 4.1.0 |
Description | Detect global variables in JavaScript using acorn |
Released Date | 2017-10-24T23:05:26.732Z |
Published by | forbeslindesay |
How to Learn | https://www.npmjs.com/package/acorn-globals/tutorial |