Search code examples
node.jsyeomanyeoman-generatorjhipster

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


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 generator-jhipster@2.0 to test the new version and try to fix this bug or improve the generated code?

Thanks in advance for your time.


Solution

    • 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