depd : Deprecate all the things. You can installing depd 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 depd $ sudo npm install -g depd
If want to update the depd package execute the command as below,
$ sudo npm update depd
Update package globally,
$ npm install -g depd
$ sudo git clone https://github.com/rektide/depd.git
$ sudo npm install -g ./depd
depd@1.1.1 /usr/lib/node_modules/depd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall depd
Package Name | depd |
Version | 1.1.1 |
Description | Deprecate all the things |
Released Date | 2017-07-27T23:10:29.750Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/depd/tutorial |