babel-plugin-transform-do-expr : Compile do expressions to ES5. You can installing babel-plugin-transform-do-expr 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-do-expr $ sudo npm install -g babel-plugin-transform-do-expr
If want to update the babel-plugin-transform-do-expr package execute the command as below,
$ sudo npm update babel-plugin-transform-do-expr
Update package globally,
$ npm install -g babel-plugin-transform-do-expr
$ sudo git clone https://github.com/rektide/babel-plugin-transform-do-expr.git
$ sudo npm install -g ./babel-plugin-transform-do-expr
babel-plugin-transform-do-expr@6.22.0 /usr/lib/node_modules/babel-plugin-transform-do-expr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-transform-do-expr
Package Name | babel-plugin-transform-do-expr |
Version | 6.22.0 |
Description | Compile do expressions to ES5 |
Released Date | 2017-01-20T00:33:49.215Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-transform-do-expr/tutorial |