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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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