babel-plugin-transform-async-g : Turn async generator functions into ES2015 generators. You can installing babel-plugin-transform-async-g 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-plugin-transform-async-g $ sudo npm install -g babel-plugin-transform-async-g
If want to update the babel-plugin-transform-async-g package execute the command as below,
$ sudo npm update babel-plugin-transform-async-g
Update package globally,
$ npm install -g babel-plugin-transform-async-g
$ sudo git clone https://github.com/rektide/babel-plugin-transform-async-g.git
$ sudo npm install -g ./babel-plugin-transform-async-g
babel-plugin-transform-async-g@6.24.1 /usr/lib/node_modules/babel-plugin-transform-async-g
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-transform-async-g
Package Name | babel-plugin-transform-async-g |
Version | 6.24.1 |
Description | Turn async generator functions into ES2015 generators |
Released Date | 2017-04-07T15:19:37.629Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-transform-async-g/tutorial |