@typescript-eslint/[email protected]: The engine "node" is incompatible with this module.

@typescript-eslint/eslint-plugin@2.21.0: The engine
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

你可能感兴趣的:(react)