-
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
@nrwl/nx-plugin fails when life isn't perfect #9877
Comments
and as an aside: we isn't it standard policy in something as configuration heavy as NX that all tooling that uses it have the benfit of all things be validated that they exist before accessing them? |
So what exactly is missing in your project? That you don't have |
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. |
So i'm trying to create a executor in my monorepo... and this happens:
![image](https://user-images.githubusercontent.com/61225/163958603-c66e30e6-c46c-4033-9f10-cd0fffa32c9e.png)
We should really be validating that all expected things exist before assuming that they do:
which is called by :
shouldn't this be :
how did this get through code review???!?!
The text was updated successfully, but these errors were encountered: