grunt-babel : Use next generation JavaScript, today. You can installing grunt-babel 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 grunt-babel $ sudo npm install -g grunt-babel
If want to update the grunt-babel package execute the command as below,
$ sudo npm update grunt-babel
Update package globally,
$ npm install -g grunt-babel
$ sudo git clone https://github.com/rektide/grunt-babel.git
$ sudo npm install -g ./grunt-babel
grunt-babel@7.0.0 /usr/lib/node_modules/grunt-babel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-babel
Package Name | grunt-babel |
Version | 7.0.0 |
Description | Use next generation JavaScript, today |
Released Date | 2017-08-08T23:33:48.122Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/grunt-babel/tutorial |