babel-plugin-typecheck : Transforms flow type annotations into runtime type checks.. You can installing babel-plugin-typecheck 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-typecheck $ sudo npm install -g babel-plugin-typecheck
If want to update the babel-plugin-typecheck package execute the command as below,
$ sudo npm update babel-plugin-typecheck
Update package globally,
$ npm install -g babel-plugin-typecheck
$ sudo git clone https://github.com/rektide/babel-plugin-typecheck.git
$ sudo npm install -g ./babel-plugin-typecheck
babel-plugin-typecheck@3.9.0 /usr/lib/node_modules/babel-plugin-typecheck
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-typecheck
Package Name | babel-plugin-typecheck |
Version | 3.9.0 |
Description | Transforms flow type annotations into runtime type checks. |
Released Date | 2016-05-13T21:47:19.095Z |
Published by | codemix |
How to Learn | https://www.npmjs.com/package/babel-plugin-typecheck/tutorial |