【发布时间】:2020-02-02 13:02:42
【问题描述】:
我想使用命令npx create-react-app ... 创建反应应用程序,当我在终端中运行此命令时,它显示此错误:
@typescript-eslint/eslint-plugin@2.3.2: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "10.2.1"
如何解决?
【问题讨论】:
标签: node.js reactjs create-react-app