.load Command Goes In An Infinite Loop When Trying To Load A File In Node.js REPL – Ubuntu
I have an index.js file that I want to load in the Node REPL to try some stuff, but when I use .load index.js in the REPL, it goes in an infinite loop and keeps repeating the first line in…