-
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
Removed library still affects NX repo #16091
Comments
I'm facing the same issue here with the same version, just waiting for info about it. |
I would like to know how NX is calculating which apps/libs are affected by the command. For example |
I had a similar problem, but using |
@PointSingularity You are right. That helped. Thanks for that. |
@jaqua I think this wasn't the case in previous versions of NX. You didn't have to use |
Please keep this open until we investigate it. Possibly related to #15964 |
Same thing is happening with linting.
|
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
I removed a library from the monorepo using nx console. The library and its folder is deleted and library is removed in tsconfig.base.json file. Everythin seems fine.
But running all tests gives me an error for the removed library:
Yes of course the jest.config.ts file is not existing, as it is removed. I don't understand why NX is looking for this library, although it shouldn't exist anymore.
Even the nx console remembers the library: If I want to remove another library, the autocomplete function still shows the removed library. Of course it fails to run the remove, as the files aren't existing anymore.
Expected Behavior
Removed library shouldn't affect NX in any way...
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: