Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
両方試してみました
「npm -g install bower」および「sudo pm -g install bower」
まだ言う
「zsh: コマンドが見つかりません: bower」
最初に確認することは、npmインストール先のパスが/にあるかどうかです。走るbowerPATHpath
npm
bower
PATH
path
echo $PATH $path | grep $(echo $(npm config get prefix)/bin) && echo Found
それは単語を出力するはずFoundです。そうでない場合は、次を実行して、追加するディレクトリを見つけることができます。
Found
echo $(npm config get prefix)/bin
パスは~/.zshenvファイルで変更できます。
~/.zshenv