我尝试运行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。不确定该版本来自哪里
答案 0 :(得分:0)
好吧,您收到该错误,因为您的nodejs版本不兼容。只需继续进入nodejs.org并下载最新版本,然后安装即可。那应该为你做魔术!!!