我第一次尝试安装jhipster并且已经遇到设置问题:o我正在按照“安装JHipster”页面上的步骤进行“使用Angular进行本地安装”(使用Angular),该工作正常但现在继续“创建应用程序“在尝试执行jhipster时给出了错误:
要生成应用程序,请键入:
Jipstr
似乎在我的环境中没有jhipster二进制文件,即使遵循之前文档中描述的设置步骤:
test@test ~/git/test $ yarn global add generator-jhipster
yarn global v1.3.2
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
- jhipster
Done in 1.53s.
test@test ~/git/test $ jhipster
bash: jhipster: command not found
使用this page安装要求和this page用于创建应用程序(安装了gentoo linux)。因为我之前从未使用纱线或自耕农我不确定我是否遗漏了一些东西,比如使用前缀或执行“jhipster”的其他程序。
问题是我没有将纱线仓路径添加到我的用户路径中。有关更多信息,请参阅注释。
如果您在全局使用Yarn时遇到问题,请确保路径中包含$ HOME / .config / yarn / global / node_modules / .bin。