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