I tried running a simple javascript program
console.log('Hi');
However, when I try to run it - it gives me an error in the output:
/bin/sh: node: command not found
Any idea how to fix this?
I tried running a simple javascript program
console.log('Hi');
However, when I try to run it - it gives me an error in the output:
/bin/sh: node: command not found
Any idea how to fix this?