How to Install stream NPM Packages on Ubuntu / Debian

How to Install stream software package in NPM Packages

stream : Node.js streams in the browser. You can installing stream 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 stream
$ sudo npm install -g stream

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

$ sudo npm update stream

Update package globally,

$ npm install -g stream

Git clone:

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

stream@0.0.2 /usr/lib/node_modules/stream

How to remove stream package :

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

$ sudo npm uninstall stream

Basic Information of stream NPM Package:

Package Name stream
Version 0.0.2
Description Node.js streams in the browser
Released Date 2014-12-03T10:52:57.804Z
Published by juliangruber
How to Learn https://www.npmjs.com/package/stream/tutorial