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
$ sudo git clone https://github.com/rektide/lame.git
$ sudo npm install -g ./lame
lame@1.2.4 /usr/lib/node_modules/lame
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lame
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 |