-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Generating Angular component fails with invalid path #18805
Comments
The problem also occurs on macOS. A workaround is to set the path to the component's base directory via |
I'm not able to reproduce this on https://github.com/nrwl/nx-examples or on a new angular workspace. Could you please provide an exact repo/branch where you can see this issue? |
Sure here's a repo where I can reproduce it: https://github.com/austinw-fineart/org |
I am also experiencing this issue. My terminal output is below. I have verified that the problem exists on macOS Ventura AND Windows 11. emmett:~/Desktop$ npx create-nx-workspace
✔ Where would you like to create your workspace? · temp
To make sure the command works reliably in all environments, and that the preset is applied correctly, ✔ Installing dependencies with npm emmett:
Error: The path provided (../../../..) does not exist under the project root (apps/website). Please make sure to provide a path that exists under the project root. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
Generating Angular component fails with error:
Expected Behavior
Generating Angular components should just work™
GitHub Repo
https://github.com/nrwl/nx-examples
Steps to Reproduce
Nx Report
Failure Logs
Operating System
Additional Information
Last known good version: 16.6.0
The text was updated successfully, but these errors were encountered: