How to install or use yo generator-jhipster 2.0 (the new branch 2.0)

1.1k Views Asked by At

I'm new to npm, yo and this mega hipster staff. I want to test the new branch 2.0, because I saw and error will trying the jhipster-sample-app-2.0. In concrete an anjular-ui-router javascript can not we loaded.

How can I do something like npm install -g [email protected] to test the new version and try to fix this bug or improve the generated code?

Thanks in advance for your time.

1

There are 1 best solutions below

1
On BEST ANSWER
  • The v2.0 is now merged into the master branch
  • You must clone it and do a "npm link" as explained in the Yeoman documentation