场景:typescript在vscode运行,报错:/bin/sh: ts-node: command not found

需要安装ts-node

npm install -g ts-node

 

相关文章: