使用 typescript 开发,在一次 build 中 进行到 check-types 时遇到如下报错
Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used
使用 typescript 开发,在一次 build 中 进行到 check-types 时遇到如下报错
Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used
1 回答1.3k 阅读
1 回答481 阅读✓ 已解决
这条回答被采纳:
升级到 v6 版本。但是做了这个之后仍然报错。经过仔细翻阅发现还有一个最重要的要确认:
.eslintrc.json 文件需要确认:
所以最终解决方案需要两步: