【发布时间】:2020-06-29 06:02:47
【问题描述】:
我尝试运行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,但它说 Got 11.6.0。不知道那个版本来自哪里
【问题讨论】:
标签: react-native eslint react-native-cli