I generated a jhipster app, when I run the mvn command it starts up with no exceptions or errors but when I go to the localhost:8080 I get a blank page.
When I try to run “yarn start” I get an error :
cannot find module webpack.
I’ve run the command:
npm install
and
npm install —save-dev webpack
But I still get the same error.