I'm not (yet) familiar with the javascript stack but I'd like to use JHipster latest commit from master to generate my webapp.

How do I build locally generator-jhipster project and use it with yo jhipster?

有帮助吗?

解决方案

You can use npm link 1 for that:

git clone git@github.com:jhipster/generator-jhipster.git
cd generator-jhipster
npm link

it will create a globally-installed symbolic link.
You can then use the generator on your system normally. yo jhipster

其他提示

just use it 1. sudo apt-get update 2.sudo npm install -g generator-jhipster

please before install jhipster confirm you have used sudo apt-get update then it will work 100% Thank you

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top