PwC Logo

An error has occurred :-(

Usual error causes

  1. You started the application from an IDE and you didn't run npm start or npm run webapp:build.
  2. You had a network error while running npm install. If you're behind a proxy, that may be the cause.
  3. You installed a Node.js version that doesn't work with JHipster. Use an LTS (long-term support) version.

Building the client side code again

If you want to go fast, run ./mvnw to build and run everything.

To debug more easily, do the following:

  1. Install dependencies: npm install
  2. Build frontend: npm run webapp:build or npm start
  3. Start backend: ./mvnw or use your IDE

Getting more help

Questions? Try Stack Overflow

Found a bug? Open an issue on GitHub

Want to chat? Join Gitter