我安装了code runner并尝试运行console.log("hello"),但我一直收到以下错误。
bash: node: command not found
我进入设置并像这样设置JavaScript:
还是不走运
我的工作目录中是否有我需要的文件?
发布于 2020-05-02 13:16:05
安装nodeJS是必需的,但问题已解决。我没有在扩展说明中看到这一点。
https://stackoverflow.com/questions/61536397
相似问题