react-native TypeError:cli.init is not a function 初始化项目报错

274 阅读1分钟

在这里插入图片描述

安装最新版本react-native

输入命令yarn add react-native --exact

查看版本

输入react-native -v

在这里插入图片描述

初始化项目

输入命令react-native init Hello

在这里插入图片描述