define-property : Define a non-enumerable property on an object.. You can installing define-property 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 define-property $ sudo npm install -g define-property
If want to update the define-property package execute the command as below,
$ sudo npm update define-property
Update package globally,
$ npm install -g define-property
$ sudo git clone https://github.com/rektide/define-property.git
$ sudo npm install -g ./define-property
define-property@1.0.0 /usr/lib/node_modules/define-property
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall define-property
Package Name | define-property |
Version | 1.0.0 |
Description | Define a non-enumerable property on an object. |
Released Date | 2017-04-20T06:19:43.879Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/define-property/tutorial |