The answer is really simple :)
On Windows (my version is 10):
- go to user folder:
cd %userprofile%
- an empty file named .node_repl_history (in my case with the vim text editor) OR you can just run:
echo. > .node_repl_history
and it will have the same effect.
source
share