babel-plugin-transform-flow-st : Strip flow type annotations from your output code.. You can installing babel-plugin-transform-flow-st 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-transform-flow-st $ sudo npm install -g babel-plugin-transform-flow-st
If want to update the babel-plugin-transform-flow-st package execute the command as below,
$ sudo npm update babel-plugin-transform-flow-st
Update package globally,
$ npm install -g babel-plugin-transform-flow-st
$ sudo git clone https://github.com/rektide/babel-plugin-transform-flow-st.git
$ sudo npm install -g ./babel-plugin-transform-flow-st
babel-plugin-transform-flow-st@6.22.0 /usr/lib/node_modules/babel-plugin-transform-flow-st
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-transform-flow-st
Package Name | babel-plugin-transform-flow-st |
Version | 6.22.0 |
Description | Strip flow type annotations from your output code. |
Released Date | 2017-01-20T00:34:08.691Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-plugin-transform-flow-st/tutorial |