私はjhipsterジェネレータを実行することができませんでしたが、エラーが発生しました: zsh: command not found: jhipster
zshの:コマンドが見つかりません:jhipster
私のシステムは、私はzshの使用は、Ubuntu 16.04である:私は
➜ yarn global add generator-jhipster
yarn global v0.24.5
warning No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
- jhipster
warning No license field
Done in 1.87s.
➜ jhipster
zsh: command not found: jhipster
何を逃したのですか?
また、私は私の.zshrcでこれを持っている:
# npm
export PATH="$PATH:/home/romanovi/.npm-global/bin"
export NODE_PATH="$NODE_PATH:/home/romanovi/.npm-global/lib/node_modules"
# Yarn
export PATH="$PATH:`yarn global bin`"