There is no Node REPL console in IDEA. Please follow https://youtrack.jetbrains.com/issue/WEB-10726 for updates. Note that you can actually evaluate JavaScript code snippets in debugger console while debugging JavaScript applications. Also, you can just create a new javascript scratch file (New > Scratch file, choose javascript type), add your expressions, and use Run in its right-click menu to run your code with Node.js.
There is no Node REPL console in IDEA. Please follow https://youtrack.jetbrains.com/issue/WEB-10726 for updates.
Note that you can actually evaluate JavaScript code snippets in debugger console while debugging JavaScript applications.
Also, you can just create a new javascript scratch file (New > Scratch file, choose javascript type), add your expressions, and use Run in its right-click menu to run your code with Node.js.