我正在关注开始使用React Native(https://facebook.github.io/react-native/docs/tutorial.html#hello-world)的Facebook教程,但我无法安装react-native-cli。任何解释错误消息的帮助?显然,它表示取消某些内容,但我不知道它与之相关联的是什么,它不应该与之相关联。
以root身份运行似乎某事,但是zsh仍然无法识别react-native命令。
return render(request, "slider_one.html", local())
答案 0 :(得分:0)
将管理员权限添加到.npm主目录。
sudo chown -R $(whoami) ~/.npm