当我在终端上运行这个命令时,我想使用comand npx create-react-app ...创建react -它显示了以下错误:
@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"怎么修?
发布于 2019-10-15 03:37:49
发布于 2019-10-04 08:02:49
预期版本"^8.10.0 \x\x{e76f}\>=11.10.1。"10.2.1“
您的nodejs版本非常老,并且存在安全漏洞。更新到支持的最新版本。
https://stackoverflow.com/questions/58232187
复制相似问题