解决 /bin/sh: node: command not found 的问题

这是由于bash终端没有配置对node
可以改为zsh

打开Command Palette:

解决 /bin/sh: node: command not found 的问题_第1张图片

找到setting.json

解决 /bin/sh: node: command not found 的问题_第2张图片

添加:

"terminal.integrated.shell.osx": "/bin/zsh",

不过我们可以看到提示,这种方式已经被deprecated

解决 /bin/sh: node: command not found 的问题_第3张图片

在command Palette找到 Terminal: Select Default Profile

解决 /bin/sh: node: command not found 的问题_第4张图片
解决 /bin/sh: node: command not found 的问题_第5张图片

然后重启vscode

你可能感兴趣的:(Shell,入门法则,vscode,bash)