babel-plugin-transform-node-en : Inline the `NODE_ENV` environment variable and evaluate it if possible. You can installing babel-plugin-transform-node-en 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-node-en $ sudo npm install -g babel-plugin-transform-node-en
If want to update the babel-plugin-transform-node-en package execute the command as below,
$ sudo npm update babel-plugin-transform-node-en
Update package globally,
$ npm install -g babel-plugin-transform-node-en
$ sudo git clone https://github.com/rektide/babel-plugin-transform-node-en.git
$ sudo npm install -g ./babel-plugin-transform-node-en
babel-plugin-transform-node-en@0.2.0 /usr/lib/node_modules/babel-plugin-transform-node-en
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-transform-node-en
Package Name | babel-plugin-transform-node-en |
Version | 0.2.0 |
Description | Inline the `NODE_ENV` environment variable and evaluate it if possible |
Released Date | 2017-08-14T10:18:09.846Z |
Published by | boopathi |
How to Learn | https://www.npmjs.com/package/babel-plugin-transform-node-en/tutorial |