-
Notifications
You must be signed in to change notification settings - Fork 14
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
Warning from NX when running build, test, or lint command #1
Comments
@alecwhittington No problem, glad you're finding it useful! I haven't run across this yet; I'll try updating Nx and see if I can get it to repro. In case it's a platform-specific thing, could you try turning on the verbose logging and let me know what the error is? |
@alecwhittington This is likely fixed in 0.3.1 — when you get the chance, could you let me know if you're still seeing any issues? |
Hey @dannymcgee - just getting back to this, sorry for the late reply. I will check it out tomorrow. Thanks for the quick turn around. Any plans to get this listed on the NX site? |
No worries! I still haven't gotten around to updating nx in my project that's consuming this, so if there are any remaining compatibility issues I'm sure I'll run into them when I do.
I'm not actually sure how to go about doing that. :P But yeah, I plan on looking into it once I'm reasonably confident there aren't any glaring issues or missing features left. It still doesn't support the |
@dannymcgee - the warnings are gone now. Looks like that fixed it. I look forward to seeing this continue to evolve. Thanks again |
First off, thank you so much for writing this plugin. So far everything is looking good, but I have run across the following:
Failed to process the project graph with "@nxrs/cargo". This will error in the future! Run with NX_VERBOSE_LOGGING=true to see the error.
This is probably due to the changes around the dependency graphing to open it up for others.
I might take a crack at solving this and submitting a PR, but wanted to document it here first.
Thanks again
The text was updated successfully, but these errors were encountered: