babel-plugin-syntax-object-res : Allow parsing of object rest/spread. You can installing babel-plugin-syntax-object-res 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-syntax-object-res $ sudo npm install -g babel-plugin-syntax-object-res
If want to update the babel-plugin-syntax-object-res package execute the command as below,
$ sudo npm update babel-plugin-syntax-object-res
Update package globally,
$ npm install -g babel-plugin-syntax-object-res
$ sudo git clone https://github.com/rektide/babel-plugin-syntax-object-res.git
$ sudo npm install -g ./babel-plugin-syntax-object-res
babel-plugin-syntax-object-res@6.13.0 /usr/lib/node_modules/babel-plugin-syntax-object-res
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-syntax-object-res
Package Name | babel-plugin-syntax-object-res |
Version | 6.13.0 |
Description | Allow parsing of object rest/spread |
Released Date | 2016-08-04T23:35:03.161Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-syntax-object-res/tutorial |