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

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -