<%# Copyright 2013-2018 the original author or authors from the JHipster project. This file is part of the JHipster project, see http://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -%> <%= baseName %> <%_ if(enableTranslation) { _%> <%_ } _%> <%_ if(useSass) { _%> <%_ } _%>

An error has occured :-(

There was an error when generating this application with JHipster

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

Running JHipster again

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

  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 JHipster application with some existing entities, use jhipster --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.

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!