fifo : FIFO queue implemented using a double linked-list. You can installing fifo 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 fifo $ sudo npm install -g fifo
If want to update the fifo package execute the command as below,
$ sudo npm update fifo
Update package globally,
$ npm install -g fifo
$ sudo git clone https://github.com/rektide/fifo.git
$ sudo npm install -g ./fifo
fifo@2.3.0 /usr/lib/node_modules/fifo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fifo
Package Name | fifo |
Version | 2.3.0 |
Description | FIFO queue implemented using a double linked-list |
Released Date | 2015-11-08T19:03:32.317Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/fifo/tutorial |