bash:tslint:找不到命令
Posted
技术标签:
【中文标题】bash:tslint:找不到命令【英文标题】:bash: tslint: command not found 【发布时间】:2018-05-24 23:44:02 【问题描述】:我尝试使用tslint --fix
,但得到bash: tslint: command not found...
。
我使用命令安装了 tslint:yarn global add tslint typescript
。
我的机器使用的是 Centos 7。
【问题讨论】:
yarn global add tslint typescript
的输出是什么?
【参考方案1】:
我需要删除 /node_modules 文件夹并运行 npm install 并再次修复它
【讨论】:
【参考方案2】:我最近遇到了同样的问题。 Yarn
输出说它添加了 "tslint"
二进制文件,但它在撒谎。要实际安装它,您需要以 root 身份运行 Yarn
,所以:
sudo yarn global add tslint typescript
【讨论】:
感谢您提供有效的答案,请同时使用源 URL 更新答案。谢谢palantir.github.io/tslint/usage/cli以上是关于bash:tslint:找不到命令的主要内容,如果未能解决你的问题,请参考以下文章