@typescript-eslint/[email protected]: The engine "node" is incompatible with this module.
error @typescript-eslint/[email protected]: The engine “node” is incompatible with this module. Expected version “^8.10.0 || ^10.13.0 || >=11.10.1”. Got “10.12.0”
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

参考:https://blog.csdn.net/qq_42144899/article/details/88574761

执行一下命令:

yarn config set ignore-engines true

相关文章:

  • 2021-05-14
  • 2021-08-02
  • 2022-12-23
  • 2021-10-27
  • 2021-08-17
  • 2021-06-21
  • 2021-09-22