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

not showing the new project npx nx show projects #28476

Open
1 of 4 tasks
khanakia opened this issue Oct 16, 2024 · 0 comments
Open
1 of 4 tasks

not showing the new project npx nx show projects #28476

khanakia opened this issue Oct 16, 2024 · 0 comments

Comments

@khanakia
Copy link

Current Behavior

➜  saasfly_client git:(main) ✗ npx nx show projects
@fasto/boilerplate
@fasto/nextjs
@fasto/hooks
@fasto/icons
@fasto/utils
boilerplate
@fasto/crud
@fasto/ui
sa

pnpm-workspace.yaml

packages:
  - "src/super"
  - "src/boilerplate"
  - "src/fasto/*"
  # if required, exclude some directories
  - "!**/test/**"

Now if I add new project

pnpm-workspace.yaml

packages:
  - "src/super"
  - "src/boilerplate"
  - "src/fasto/*"
  - "src/app1/*"
  # if required, exclude some directories
  - "!**/test/**"

it's not showing when running the command npx nx show projects

Expected Behavior

It should show the new project app1

GitHub Repo

No response

Steps to Reproduce

Just add the new folder in the existing project and update pnpm-workspace.yaml

Nx Report

➜  saasfly_client git:(main) ✗ npx nx report

 NX   Report complete - copy this into the issue template

Node           : 22.5.1
OS             : darwin-arm64
Native Target  : aarch64-macos
npm            : 10.8.2

nx             : 20.0.0
@nx/js         : 20.0.0
@nx/eslint     : 20.0.0
@nx/workspace  : 20.0.0
@nx/cypress    : 20.0.0
@nx/devkit     : 20.0.0
@nx/next       : 20.0.0
@nx/react      : 20.0.0
@nx/storybook  : 20.0.0
@nx/web        : 20.0.0
@nx/webpack    : 20.0.0
typescript     : 5.6.2
---------------------------------------
Registered Plugins:
@nx/next/plugin
@nx/storybook/plugin

Failure Logs

No response

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant