create-react-app安装react项目,yurn一直报错 create-react-app安装react项目,yurn一直报错,错误如下图
create-react-app client --typescript 报错信息如下 error @typescript-eslint/eslint-plugin@2.10.0: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "10.0.0" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. 解决方法是: 设置yarn如下: yarn config set ignore-engines true 来源: CSDN 作者: after you 链接: https://blog.csdn.net/gwdgwd123/article/details/104075536