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