An error has occurred :-(
Usual error causes
npm start
or npm run webpack:build
.npm 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.Building the client side code again
If you want to go fast, run ./mvnw
to build and run everything.
If you want to have more control, so you can debug your issue more easily, you should follow the following steps:
npm install
npm run webpack:build
or npm start
./mvnw
or using your IDEGetting more help
If you have a question on how to use JHipster
Go to Stack Overflow with the "jhipster" tag.
If you have a bug or a feature request
First read our contributing guidelines.
Then, fill a ticket on our bug tracker, we'll be happy to resolve your issue!
If you want to chat with contributors and other users
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!