I just started learning programming and I installed Visual Studio Code to write javascript in.
I installed the Code Runner extension, to help me run my code.
Whenever I try to run my code it says:
/bin/sh: 1: node: not found
and nothing happens.
How do I fix this? I am trying to make hello world
appear, but it just says node not found.