문제

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