gulp-react : Precompile Facebook React JSX templates into JavaScript. You can installing gulp-react 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 gulp-react $ sudo npm install -g gulp-react
If want to update the gulp-react package execute the command as below,
$ sudo npm update gulp-react
Update package globally,
$ npm install -g gulp-react
$ sudo git clone https://github.com/rektide/gulp-react.git
$ sudo npm install -g ./gulp-react
gulp-react@3.1.0 /usr/lib/node_modules/gulp-react
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-react
Package Name | gulp-react |
Version | 3.1.0 |
Description | Precompile Facebook React JSX templates into JavaScript |
Released Date | 2015-10-15T18:16:32.982Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-react/tutorial |