vscode-code-runner
vscode-code-runner copied to clipboard
[Bug] Can't run JS on Linux
The extension works fine on Windows but haven't been working since I switched to linux
/bin/sh: line 1: node: command not found
[Done] exited with code=127 in 0.02 seconds
I think you need to install node from your package manager on linux first.
I already have Node