I am trying to create nrwl workspace project using nrwl cli.
I am following the below github instruction to create the nrwl workspace project
https://github.com/onehungrymind/angular-core-workshop
But I am getting the below error
When I checked ng version command I am seeing Angular is undefined.
How can I fix this? Also, I don't see angular.json or angular.cli.json got created in my angular/nrwl project.
i clone the repo successfully maybe some file was deleted,
try to clone again and then npm i before ng serve