How to Install lame NPM Packages on Ubuntu / Debian

How to Install lame software package in NPM Packages

lame : NodeJS native bindings to libmp3lame & libmpg123.. You can installing lame 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 lame
$ sudo npm install -g lame

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

$ sudo npm update lame

Update package globally,

$ npm install -g lame

Git clone:

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

lame@1.2.4 /usr/lib/node_modules/lame

How to remove lame package :

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

$ sudo npm uninstall lame

Basic Information of lame NPM Package:

Package Name lame
Version 1.2.4
Description NodeJS native bindings to libmp3lame & libmpg123.
Released Date 2016-06-27T05:20:24.383Z
Published by linusu
How to Learn https://www.npmjs.com/package/lame/tutorial