React Native项目创建不起作用

时间:2017-04-14 08:06:51

标签: javascript ios objective-c iphone react-native

面对在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"。

我无法继续。

我如何创建和运行项目?

enter image description here

我的目录是: enter image description here

0 个答案:

没有答案