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