dgram : This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and well probably give it to you if you want it.. You can installing dgram 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 dgram $ sudo npm install -g dgram
If want to update the dgram package execute the command as below,
$ sudo npm update dgram
Update package globally,
$ npm install -g dgram
$ sudo git clone https://github.com/rektide/dgram.git
$ sudo npm install -g ./dgram
dgram@1.0.1 /usr/lib/node_modules/dgram
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dgram
Package Name | dgram |
Version | 1.0.1 |
Description | This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and well probably give it to you if you want it. |
Released Date | 2016-08-26T02:12:27.724Z |
Published by | npm |
How to Learn | https://www.npmjs.com/package/dgram/tutorial |