Current Behavior
I created a new project with nx g @nx/nest:app backend. Process went through without any errors. However, If I now try to compile, nx tells me it cannot find the projects. Calling nx show projects gives me an empty list.
This happens from version 19.5.0 on. I downgraded to 19.4.4 and there it does work. nx show projects gives me all existing projects. Upgrading back to 19.5.0 lets the projects vanish again
Expected Behavior
I expect a freshly generated project to appear and be found when using nx show projects.
GitHub Repo
No response
Steps to Reproduce
bunx create-nx-workspace my-workspace
cd my-workspace
bun nx add @nx/nest
bun nx g @nx/nest:app my-nest-app
bun nx show projects
Nx Report
Node : 22.5.1
OS : darwin-arm64
Native Target : aarch64-macos
bun : 1.1.22
nx : 19.5.7
@nx/js : 19.5.7
@nx/jest : 19.5.7
@nx/linter : 19.5.7
@nx/eslint : 19.5.7
@nx/workspace : 19.5.7
@nx/devkit : 19.5.7
@nx/eslint-plugin : 19.5.7
@nx/nest : 19.5.7
@nx/node : 19.5.7
@nrwl/tao : 19.5.7
@nx/web : 19.5.7
@nx/webpack : 19.5.7
typescript : 5.4.5
---------------------------------------
Registered Plugins:
@nx/webpack/plugin
@nx/eslint/plugin
@nx/jest/plugin
Failure Logs
No response
Package Manager Version
bun 1.1.22
Operating System
Additional Information
No response
Current Behavior
I created a new project with
nx g @nx/nest:app backend. Process went through without any errors. However, If I now try to compile, nx tells me it cannot find the projects. Callingnx show projectsgives me an empty list.This happens from version 19.5.0 on. I downgraded to 19.4.4 and there it does work.
nx show projectsgives me all existing projects. Upgrading back to 19.5.0 lets the projects vanish againExpected Behavior
I expect a freshly generated project to appear and be found when using
nx show projects.GitHub Repo
No response
Steps to Reproduce
bunx create-nx-workspace my-workspacecd my-workspacebun nx add @nx/nestbun nx g @nx/nest:app my-nest-appbun nx show projectsNx Report
Failure Logs
No response
Package Manager Version
bun 1.1.22
Operating System
Additional Information
No response