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
When trying to package the app after building it, I'm getting the following error: Error: Cannot find package.json in the /Users/username/git/projectRoot/ww-desktop
The project is in an integrated Nx Monorepo
To Reproduce
Steps to reproduce the behavior:
nx run-many -t build -p ww-backend ww-frontend
nx build ww-desktop
nx run ww-desktop:package
See error
Expected behavior
The app can be packaged
Desktop (please complete the following information):
OS: Mac Ventura 13.5 & Win 10
Nx Electron Version ^17.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to package the app after building it, I'm getting the following error:
Error: Cannot find package.json in the /Users/username/git/projectRoot/ww-desktop
The project is in an integrated Nx Monorepo
To Reproduce
Steps to reproduce the behavior:
nx run-many -t build -p ww-backend ww-frontend
nx build ww-desktop
nx run ww-desktop:package
Expected behavior
The app can be packaged
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: