mac: vscode插件Code Runner报错:/bin/sh: node: command not found

在vscode中使用插件Code Runner时报错,导致无法运行:/bin/sh: node: command not found
出现的原因:没有找到 node

解决方案:

  • 在终端中输入【which node】,找到node可执行文件的路径

  • 修改vscode设置
    mac: vscode插件Code Runner报错:/bin/sh: node: command not found_第1张图片
    mac: vscode插件Code Runner报错:/bin/sh: node: command not found_第2张图片

  • 把node可执行的路径替换下即可
    mac: vscode插件Code Runner报错:/bin/sh: node: command not found_第3张图片

你可能感兴趣的:(vscode,macos)