repl.history : add history to nodes repl. You can installing repl.history 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 repl.history $ sudo npm install -g repl.history
If want to update the repl.history package execute the command as below,
$ sudo npm update repl.history
Update package globally,
$ npm install -g repl.history
$ sudo git clone https://github.com/rektide/repl.history.git
$ sudo npm install -g ./repl.history
repl.history@0.1.4 /usr/lib/node_modules/repl.history
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall repl.history
| Package Name | repl.history |
| Version | 0.1.4 |
| Description | add history to nodes repl |
| Released Date | 2017-01-27T20:17:17.511Z |
| Published by | tmpvar |
| How to Learn | https://www.npmjs.com/package/repl.history/tutorial |