You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing all the steps mentioned in the tutorial I receive an empty output when running nx show projects.
When running npx nx graph --focus=@tuskdesign/zoo I am getting:
NX Project to focus does not exist.
You provided --focus=@tuskdesign/zoo
Any idea what could go wrong?
I am using MacOS and tried node versions v18.20.4 and v21.2.0.
I already searched through the documentation and tried to find a similar issue, but did not found any helpful resource.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Hi,
I followed this tutorial https://github.com/nrwl/nx/blob/master/docs/shared/tutorials/npm-workspaces.md and tried to setup nx on my machine with this example project from here.
After doing all the steps mentioned in the tutorial I receive an empty output when running
nx show projects
.When running
npx nx graph --focus=@tuskdesign/zoo
I am getting:Any idea what could go wrong?
I am using MacOS and tried node versions
v18.20.4
andv21.2.0
.I already searched through the documentation and tried to find a similar issue, but did not found any helpful resource.
Thanks for any help!
The text was updated successfully, but these errors were encountered: