Tôi nhận được lỗi -bash: react-native: lệnh không tìm thấy khi tạo dự án react -native.
Dưới đây là thông tin bổ sung
1. brew --version
homebrew 0.9.9
2 brew info watchman
watchman `enter code here`stable 4.50
/usr/local/Cellar/watchman/4.4.0
3. brew info flow
stable 0.24.1
/usr/local/Cellar/flow/0.24.1
4. brew info node
stable 6.1.0
/usr/local/Cellar/node/6.1.0
5. npm -version
3.8.6
6. echo $PATH
/Users/Ashok/.rbenv/shims:/Users/Ashok/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Tôi đã thử các bước được đề xuất từ liên kết bên dưới nhưng vẫn gặp lỗi tương tự.
Tôi không có bất kỳ thư mục "npm" nào mà họ đã chỉ định trong giải pháp
Ashoks-MacBook-Pro:share Ashok$ ls
aclocal doc info ruby-build zsh
autoconf emacs man systemtap
Nhưng tôi thấy tệp npm tồn tại ở vị trí bên dưới.
/usr/local/Cellar/node/6.1.0/etc/bash_completion.d
Tôi đã gỡ cài đặt react-native và cài đặt lại nhưng vẫn gặp phải vấn đề tương tự.
npm config --global get prefix
tôi có thể thấy thư mục npm ở vị trí này -> /usr/local/Cellar/node/6.1.0/libexec/npm
. Tôi đã thêm nó vào biến PATH . react-native init someApp
Lệnh đã thực thi vẫn bị lỗi như vậy :-(
npm i -g react-native-cli
thay vìnpm i -g react-native
?