flow-typed : A repository of high quality flowtype definitions. You can installing flow-typed 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 flow-typed $ sudo npm install -g flow-typed
If want to update the flow-typed package execute the command as below,
$ sudo npm update flow-typed
Update package globally,
$ npm install -g flow-typed
$ sudo git clone https://github.com/rektide/flow-typed.git
$ sudo npm install -g ./flow-typed
flow-typed@2.2.3 /usr/lib/node_modules/flow-typed
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall flow-typed
Package Name | flow-typed |
Version | 2.2.3 |
Description | A repository of high quality flowtype definitions |
Released Date | 2017-11-01T18:12:29.437Z |
Published by | marudor |
How to Learn | https://www.npmjs.com/package/flow-typed/tutorial |