创建默认react脚手架、报TypeError: this.cliEngineCtor is not a constructor 原因是eslint版本太低、只要升级便可以解决该问题 升级命令 sudo npm i -g eslint 随后重启idea