%_ if(enableTranslation) { _%> <%_ } _%> <%_ if(useSass) { _%> <%_ } _%>
If you are seeing this, it means something went wrong during the initial setup of the application.
npm install
or bower install
. If you are behind a corporate proxy, it is likely that this error was caused by your proxy. Have a look at the JHipster error logs, you will probably have the cause of the error.If you want to go fast, run yo jhipster --force
to regenerate application and run everything again.
If you want to have more control on what you generate, so you can debug your issue more easily, you should follow the following steps:
npm install
bower install
gulp install
Note: if you are re-generating an existing JHipster application with some existing entities, use yo jhipster --force --with-entities
to regenerate your applications with its entities.
Please note that we all do this in the spirit of Open Source. All discussions are public, so that everyone can participate and help each other.
Go to Stack Overflow with the "jhipster" tag.
First read our contributing guidelines.
Then, fill a ticket on our bug tracker, we'll be happy to resolve your issue!
Join our chat room on Gitter.im. Please note that this is a public chat room, and that we expect you to respect other people and write in a correct English language!