安装 react-native 时出现路径错误(找不到命令错误)
Path error while installing react-native (Command not found error)
我正在尝试安装 react-native。我已按照此处的所有步骤操作:https://facebook.github.io/react-native/docs/getting-started.html#content
当我使用这个命令时:
react-native newProject
我得到的错误是:
-bash: react-native: command not found.
我认为不正确的路径是此错误的根源,但我不知道如何更正它。非常感谢任何帮助
我看过这个问题,但无法理解:Error when installed react-native-cli command not found
我进行了广泛搜索,发现了一些可以解决此问题的可能错误:
更新升级brew(后者需要时间,耐心等待)
卸载并重新安装 node-npm(brew install node)
重新安装后npm/node重新启动计算机,
- npm install -g react-native-cli(现在再次安装 cli 东西)
现在应该可以了
我认为重新安装节点对我有用(记得重启系统)
希望对您有所帮助
我正在尝试安装 react-native。我已按照此处的所有步骤操作:https://facebook.github.io/react-native/docs/getting-started.html#content
当我使用这个命令时:
react-native newProject
我得到的错误是:
-bash: react-native: command not found.
我认为不正确的路径是此错误的根源,但我不知道如何更正它。非常感谢任何帮助
我看过这个问题,但无法理解:Error when installed react-native-cli command not found
我进行了广泛搜索,发现了一些可以解决此问题的可能错误:
更新升级brew(后者需要时间,耐心等待)
卸载并重新安装 node-npm(brew install node)
重新安装后npm/node重新启动计算机,
- npm install -g react-native-cli(现在再次安装 cli 东西)
现在应该可以了
我认为重新安装节点对我有用(记得重启系统)
希望对您有所帮助