You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using option '--skip-client', can't find the package.json file in generated code.
To Reproduce
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Using option '--skip-client', can't find the package.json file in generated code.
To Reproduce
Expected behavior
generate a package.json
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: