babel-preset-node5 : Babel preset for Node 5.x (ECMAScript stage 0 and up). You can installing babel-preset-node5 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-preset-node5 $ sudo npm install -g babel-preset-node5
If want to update the babel-preset-node5 package execute the command as below,
$ sudo npm update babel-preset-node5
Update package globally,
$ npm install -g babel-preset-node5
$ sudo git clone https://github.com/rektide/babel-preset-node5.git
$ sudo npm install -g ./babel-preset-node5
babel-preset-node5@12.0.1 /usr/lib/node_modules/babel-preset-node5
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-preset-node5
Package Name | babel-preset-node5 |
Version | 12.0.1 |
Description | Babel preset for Node 5.x (ECMAScript stage 0 and up) |
Released Date | 2017-02-02T20:00:26.625Z |
Published by | leebenson |
How to Learn | https://www.npmjs.com/package/babel-preset-node5/tutorial |