面对在React Native(iOS)中创建项目的问题。我已成功安装以下命令:
1. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. npm install -g react-native-cli
3. brew install node
4. brew install watchman
5. brew install flow
当我运行命令" react-native init AwesomeProject" ,它显示以下错误;
-bash: react-native: command not found
仅供参考:在我的mac主目录中,它只是创建一个文件名" npm-debug.log"。
我无法继续。
我如何创建和运行项目?