Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing package.json when using --skip-client #233

Open
wanghengxn opened this issue Nov 3, 2021 · 2 comments
Open

Missing package.json when using --skip-client #233

wanghengxn opened this issue Nov 3, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@wanghengxn
Copy link

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
@vishal423 vishal423 added the bug Something isn't working label Apr 1, 2023
@vishal423
Copy link
Collaborator

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

@emilpaw
Copy link
Contributor

emilpaw commented May 3, 2024

I couldn't reproduce this with version 3.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants