gulp-tslint @7.0.1 无法读取未定义的属性“findConfiguration”

Posted

技术标签:

【中文标题】gulp-tslint @7.0.1 无法读取未定义的属性“findConfiguration”【英文标题】:gulp-tslint @7.0.1 Cannot read property 'findConfiguration' of undefined 【发布时间】:2017-05-21 23:26:36 【问题描述】:

当我尝试使用 gulp-tslint 对 ts 文件进行 lint 时,我遇到了一些问题。

我收到一条 npm 警告,因为“gulp-tslint@7.0.1 需要 tslint@>=4.0.0-dev 的对等体,但没有安装。”

当我创建一个 linting 任务时,它会抛出错误为“TypeError: Cannot read property 'findConfiguration' of undefined”

您的帮助将不胜感激。提前致谢。

【问题讨论】:

你能手动安装tslint吗? npm install tslint@4.3.1 --save-dev 您的解决方案中是否有配置文件为 tslint.json 和 tsconfig.json? 是的,这两个文件我都有 【参考方案1】:

答案就在错误中:

gulp-tslint@7.0.1 需要 tslint@>=4.0.0-dev 的对等体,但没有安装

解决办法是什么?

npm install tslint --save-dev

【讨论】:

以上是关于gulp-tslint @7.0.1 无法读取未定义的属性“findConfiguration”的主要内容,如果未能解决你的问题,请参考以下文章

GetOrgChart:尚未定义父节点的节点

需要 gulp-tslint 时出错

在 BigQuery 中读取时,未定义行 XXXX、列 xx-xx 处的 JSON 输入意外结束

gulp-tslint 不在控制台上打印 linting 错误

Nodejs Promise TypeError:无法读取未定义的属性'then'

gulp-TSLint html 报告器可用吗?