generator-jhipster-quarkus icon indicating copy to clipboard operation
generator-jhipster-quarkus copied to clipboard

Missing package.json when using --skip-client

Open wanghengxn opened this issue 3 years ago • 2 comments

Describe the bug Using option '--skip-client', can't find the package.json file in generated code.

To Reproduce

  1. jhipster --blueprints quarkus --skip-client

Expected behavior generate a package.json

Screenshots

Installing [email protected] locally using npm
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/whx/myWorkspace/quarkusDemo/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/whx/myWorkspace/quarkusDemo/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/whx/.npm/_logs/2021-11-03T01_25_16_456Z-debug.log

Desktop (please complete the following information):

  • OS: MacOS
  • Version jhpster version 6.10.5

wanghengxn avatar Nov 03 '21 01:11 wanghengxn

In the latest version, I can see the package.json, however, a few dependencies are missing causing git commit hooks to behave weirdly.

vishal423 avatar Apr 01 '23 17:04 vishal423

I couldn't reproduce this with version 3.1.0.

emilpaw avatar May 03 '24 20:05 emilpaw