I am trying to setup an Angular app using Nx CLI. I have used the command
npx create-nx-workspace --preset=angular
A workspace gets created. When I run that using
npx nx serve --port 4300
I end up getting an error in my cmd
styles.css - Error: (0 , _identifier.getUndoPath) is not a function
Does anybody know how to resolve this issue and why is this happening? Any help would be appreciated. Thanks!