<%_ if(enableTranslation) { _%> <%_ } _%> <%_ if(useSass) { _%> <%_ } _%>

An error has occured :-(

There was an error when generating this application with JHGenesis

If you are seeing this, it means something went wrong during the initial setup of the application.

Usual error causes

  1. You had a network error while running 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 JHGenesis error logs, you will probably have the cause of the error.
  2. You installed a Node.js version that doesn't work with JHGenesis: please use an LTS (long-term support) version, as it's the only version we support.

Running JHGenesis again

If you want to go fast, run yo jh-genesis --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:

  1. Install npm dependencies with the command npm install
  2. Install bower dependencies with the command bower install
  3. Run the initial setup using gulp with the command gulp install

Note: if you are re-generating an existing JHGenesis application with some existing entities, use yo jh-genesis --force --with-entities to regenerate your applications with its entities.

Getting more help

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.