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