beeper : Make your terminal beep. You can installing beeper 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 beeper $ sudo npm install -g beeper
If want to update the beeper package execute the command as below,
$ sudo npm update beeper
Update package globally,
$ npm install -g beeper
$ sudo git clone https://github.com/rektide/beeper.git
$ sudo npm install -g ./beeper
beeper@1.1.1 /usr/lib/node_modules/beeper
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall beeper
Package Name | beeper |
Version | 1.1.1 |
Description | Make your terminal beep |
Released Date | 2016-11-10T12:02:07.749Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/beeper/tutorial |