node.js REPL “undefined”

Another way of invoking node without the undefined returns of commands is by:

node -e "require('repl').start({ignoreUndefined: true})"

from the command line

Leave a Comment