With this command, I installed Nx
correctly on my system
npm install -g nx
Then I started my first project with this command
npx create-nx-workspace my-monorepo
I answered almost all the questions that he asked me with the same default answer, only the desired framework was Angular
and I used scss for the UI, but I clicked the rest as my default.
Now it gives me this error, what is the problem