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