Where can I find node.js interpreter
Generally, on OSX and Linux, you can find any program with which program
. In your case, type
which node
in terminal.
On windows command prompt
where node
Generally, on OSX and Linux, you can find any program with which program
. In your case, type
which node
in terminal.
On windows command prompt
where node