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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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