So I am using Angular with NX and I have the following groups books and cars. For both groups I want to create an overview lib with a table to view the books or cars.
So I create the lib under libs/books/overview next up I want to do the same for cars libs/cars/overview. But then I run into this issue:
Error: Project name already exists.
Do I need to name the libs like books-overview? Then I would create the following lib: libs/books/books-overview. books is redundant so it doesn't seem like the best option.