-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
getting "Failed to determine dependencies" with nx11 #443
Comments
Hi @cakeinpanic, are you using the |
Hi, thank you for fast response! |
@cakeinpanic this has been fixed in 2.18.2, thanks for reporting this. |
thank you, @edbzn, works like a charm! |
@edbzn This is broken again as of 2.21.1. It works well in 2.21.0. |
Still broken in. 2.23.3 I also noticed that it installs nx14 as a dependency. I assume it may cause this problem. Isn't it better to have nx as a peerDependency? |
@cakeinpanic @nrwl/devkit is already a peer dependency 🤔 |
@cakeinpanic did you try the latest 2.23.4? |
@edbzn it's happening with the latest |
Hi, I'm getting
Failed to determine dependencies.
error when runningnx run-many --target=version --with-deps
I debugged into your code and found out that this method throws an error
TypeError: (0 , project_graph_1.createProjectGraphAsync) is not a function
I assume that the package is incompatible with nx 11 which I am using
Tell me please which version of your package is compatible with nx 11 (cause I can't upgrade it)?
My package.json currently:
The text was updated successfully, but these errors were encountered: