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
Post a Comment