babel-types : Babel Types is a Lodash-esque utility library for AST nodes. You can installing babel-types 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 babel-types $ sudo npm install -g babel-types
If want to update the babel-types package execute the command as below,
$ sudo npm update babel-types
Update package globally,
$ npm install -g babel-types
$ sudo git clone https://github.com/rektide/babel-types.git
$ sudo npm install -g ./babel-types
babel-types@6.26.0 /usr/lib/node_modules/babel-types
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-types
Package Name | babel-types |
Version | 6.26.0 |
Description | Babel Types is a Lodash-esque utility library for AST nodes |
Released Date | 2017-08-16T15:54:13.059Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-types/tutorial |