没有找到Ubuntu 16.04的React-native命令

问题描述 投票:0回答:2

我安装react-native我安装nodejs我设置路径当我做sudo react-native init AwesomeProject给我react-native: command not found

react-native ubuntu-16.04
2个回答
2
投票

你需要先运行npm install -g react-native-cli

http://facebook.github.io/react-native/docs/getting-started.html


1
投票

https://github.com/facebook/react-native/issues/3974

当我遇到同样的问题时,上面的线程有对话解决了我的问题。也许您需要手动添加路径。将User / [your-user] / npm / bin添加到$ PATH。

© www.soinside.com 2019 - 2024. All rights reserved.