How to Install outpipe NPM Packages on Ubuntu / Debian

How to Install outpipe software package in NPM Packages

outpipe : write output to a file through shell commands. You can installing outpipe 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 outpipe
$ sudo npm install -g outpipe

If want to update the outpipe package execute the command as below,

$ sudo npm update outpipe

Update package globally,

$ npm install -g outpipe

Git clone:

$ sudo  git clone https://github.com/rektide/outpipe.git
$ sudo  npm install -g ./outpipe

outpipe@1.1.1 /usr/lib/node_modules/outpipe

How to remove outpipe package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall outpipe

Basic Information of outpipe NPM Package:

Package Name outpipe
Version 1.1.1
Description write output to a file through shell commands
Released Date 2015-04-04T03:56:20.520Z
Published by substack
How to Learn https://www.npmjs.com/package/outpipe/tutorial