Microsoft JScript Error : Syntax Error 800A03EA in node js

Faced the same issue. But after changing the file name it is working fine.

Before change:

node "node.js"

After Change:

node "nodesample.js"