babel-plugin-syntax-async-func : Allow parsing of async functions. You can installing babel-plugin-syntax-async-func 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-syntax-async-func $ sudo npm install -g babel-plugin-syntax-async-func
If want to update the babel-plugin-syntax-async-func package execute the command as below,
$ sudo npm update babel-plugin-syntax-async-func
Update package globally,
$ npm install -g babel-plugin-syntax-async-func
$ sudo git clone https://github.com/rektide/babel-plugin-syntax-async-func.git
$ sudo npm install -g ./babel-plugin-syntax-async-func
babel-plugin-syntax-async-func@6.13.0 /usr/lib/node_modules/babel-plugin-syntax-async-func
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-syntax-async-func
Package Name | babel-plugin-syntax-async-func |
Version | 6.13.0 |
Description | Allow parsing of async functions |
Released Date | 2016-08-04T23:34:54.467Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-syntax-async-func/tutorial |