vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

[Bug] Can't run JS on Linux

Open dotarjun opened this issue 3 years ago • 2 comments

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

dotarjun avatar Jan 21 '22 06:01 dotarjun

I think you need to install node from your package manager on linux first.

AdityaGupta832342 avatar Jan 29 '22 16:01 AdityaGupta832342

I already have Node

dotarjun avatar Jan 30 '22 13:01 dotarjun