gpt4 book ai didi

linux - react native :找不到命令

转载 作者:太空宇宙 更新时间:2023-11-04 09:22:17 25 4
gpt4 key购买 nike

我是 React native 的新手,并按照 ' getting started 上的说明进行操作' 页面我遇到了以下问题。我运行了 npm install,但是我得到了 react-native: command not found。我执行了 brew install nodebrew install watchman 两个安装都没有错误。此外,我今天早些时候从 mac 应用商店下载了 xcode。感谢您的帮助!

另外 - 我尝试了这个 SO post 的解决方案, 但是,它仍然无法正常工作。

下面是终端的输出,以及我位于 ~/中的 .bashrc 文件。

Desktop npm install -g react-native-cli
/Users/roni/.npm-global/bin/react-native -> /Users/roni/.npm-global/lib/node_modules/react-native-cli/index.js
/Users/roni/.npm-global/lib
└── react-native-cli@1.2.0

Desktop react-native init reactNativeTest
-bash: react-native: command not found

.bashrc

source /usr/local/opt/nvm/nvm.sh
export PATH="/usr/local/share/npm/bin:$PATH"

### Added by the Bluemix CLI
source /usr/local/Bluemix/bx/bash_autocomplete

请注意,根据 fixing npm permissions 上的 npm 文档,我将 npm 的默认目录更改为另一个目录

Make a directory for global installations:

mkdir ~/.npm-global
Configure npm to use the new directory path:

npm config set prefix '~/.npm-global'
Open or create a ~/.profile file and add this line:

export PATH=~/.npm-global/bin:$PATH
Back on the command line, update your system variables:

source ~/.profile

最佳答案

从评论中复制下来:

按照指示将 ~/.npm-global/bin 添加到您的 PATH 中:

 npm config set prefix '~/.npm-global'
Open or create a ~/.profile file and add this line:

export PATH=~/.npm-global/bin:$PATH

关于linux - react native :找不到命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40559347/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com