Очевидно, это известная ошибка, и в настоящее время над ней работает команда jhipster-ionic.
Я нашел временное решение:
В файле: C: ... \ YourPersonalDirectory\ AppData \ Roaming \ npm \ node_modules \ generator-jhipster-ionic \ generators \ app \ index.js
Заменить:
this.jhipsterAppConfig = this.getJhipsterAppConfig();
На
this.jhipsterAppConfig = this.getAllJhipsterConfig();