tillias
tillias

Reputation: 1275

JHipster hangs for every command

I'm trying to start project with JHipster 6. Unfortunately every single command I give cause long (3-10 Minutes) lag.

E.g. when I type

jhipster --verbose
INFO! Using JHipster version installed globally

I have to wait until something will appear on the screen. Is there any possiblity to enable tracing?

OS: Win10 64bit node: 12.16.2 npm: 6.14.4

Upvotes: 0

Views: 113

Answers (1)

tillias
tillias

Reputation: 1275

This is due to the bug https://github.com/jhipster/generator-jhipster/issues/11617 Already fixed in https://github.com/jhipster/generator-jhipster/pull/11618 and will be available in a newer versions

Upvotes: 1

Related Questions