node.js - IDEA unable to run JavaScript script using NodeJs on Ubuntu -



node.js - IDEA unable to run JavaScript script using NodeJs on Ubuntu -

intellij thought tries run next command.

/usr/sbin/node --debug-brk=39773 --nolazy calculate.js

it fails because "node" not "nodejs" on ubuntu. how create work?

in thought go run->edit configurations. change "node interpreter" field "/usr/bin/nodejs".

node.js ubuntu intellij-idea

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -