gpt4 book ai didi

linux -/bin/sh : tsc: command not found

转载 作者:太空宇宙 更新时间:2023-11-04 10:04:46 25 4
gpt4 key购买 nike

我正在使用 Visual Studio Code 来处理 TypeScript。我创建了 tasks.json 文件以编译 ts 文件,但在运行时出现此错误:

/bin/sh: tsc: command not found
The terminal process terminated with exit code: 127

这是我的 tasks.json 文件:

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
]
}
]
}

有人知道这是什么吗?我正在使用 Linux Mint。

它不是tsc is not recognized as internal or external command中的一个重复项我已经尝试了这些步骤,但没有奏效。

这是我的 tsconfig.json:

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true
}
}

当我输入 node -v 时使用终端显示:v11.2.0

tsc -v:版本 3.1.6

最佳答案

看来二进制 tsc 不在您的路径中。是否安装了 TypeScript 的软件包?这可能是 tsc is not recognized as internal or external command 的副本

关于linux -/bin/sh : tsc: command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53342448/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com