I am very newbie to node.js. In the node REPL everything was working fine. But something changed. When I try to execute a file it shows this...
D:\\Projects-
You can't call the node executable from within the node REPL... Only JavaScript statements/expressions.
Try require('./module.js')
require('./module.js')