How to Install wav NPM Packages on Ubuntu / Debian

How to Install wav software package in NPM Packages

wav : `Reader` and `Writer` streams for Microsoft WAVE audio files. You can installing wav 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 wav
$ sudo npm install -g wav

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

$ sudo npm update wav

Update package globally,

$ npm install -g wav

Git clone:

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

wav@1.0.1 /usr/lib/node_modules/wav

How to remove wav package :

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

$ sudo npm uninstall wav

Basic Information of wav NPM Package:

Package Name wav
Version 1.0.1
Description `Reader` and `Writer` streams for Microsoft WAVE audio files
Released Date 2016-07-21T11:15:39.724Z
Published by linusu
How to Learn https://www.npmjs.com/package/wav/tutorial