eslint@6.8.0:引擎“节点”与此模块不兼容。预期版本为“ ^ 8.10.0 || ^ 10.13.0 ||> = 11.10.1”。得到了“ 11.6.0”

时间:2020-03-18 06:35:36

标签: react-native eslint react-native-cli

我尝试运行nix react-native init Hello并收到以下错误:

error eslint@6.8.0: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "11.6.0"

error Found incompatible module.

我检查我的节点版本为v13.11.0,但显示为11.6.0。不确定该版本来自哪里

1 个答案:

答案 0 :(得分:0)

好吧,您收到该错误,因为您的nodejs版本不兼容。只需继续进入nodejs.org并下载最新版本,然后安装即可。那应该为你做魔术!!!