reflect-metadata : Polyfill for Metadata Reflection API. You can installing reflect-metadata 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 reflect-metadata $ sudo npm install -g reflect-metadata
If want to update the reflect-metadata package execute the command as below,
$ sudo npm update reflect-metadata
Update package globally,
$ npm install -g reflect-metadata
$ sudo git clone https://github.com/rektide/reflect-metadata.git
$ sudo npm install -g ./reflect-metadata
reflect-metadata@0.1.10 /usr/lib/node_modules/reflect-metadata
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall reflect-metadata
| Package Name | reflect-metadata |
| Version | 0.1.10 |
| Description | Polyfill for Metadata Reflection API |
| Released Date | 2017-02-21T19:13:15.870Z |
| Published by | rbuckton |
| How to Learn | https://www.npmjs.com/package/reflect-metadata/tutorial |