dev-null : /dev/null for node streams. You can installing dev-null 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 dev-null $ sudo npm install -g dev-null
If want to update the dev-null package execute the command as below,
$ sudo npm update dev-null
Update package globally,
$ npm install -g dev-null
$ sudo git clone https://github.com/rektide/dev-null.git
$ sudo npm install -g ./dev-null
dev-null@0.1.1 /usr/lib/node_modules/dev-null
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dev-null
Package Name | dev-null |
Version | 0.1.1 |
Description | /dev/null for node streams |
Released Date | 2013-09-10T10:52:53.792Z |
Published by | thlorenz |
How to Learn | https://www.npmjs.com/package/dev-null/tutorial |