Cannot see the 'Customer Reviews' in module list

Following this doc to create a customer review module. I have successfully linked the customer module to platform module and it can be seen in the installed module on platform. But cannot find it under module list , like this
image
Platform version: 3.66.0
.NET 5

*Followed the same procedure for latest platform 3.206.0, and I am able to see it under module list.

Is VStudio extension Virto Commerce 3.x Module Templates compatible with 3.66.0?

Did you build frontend Deploy module from source code?

Also, You wrote:
Is VStudio extension Virto Commerce 3.x Module Templates compatible with 3.66.0?
Yes, it’s compatible. But you need to check (maybe change) references on nuget packages and in module.manifest.

Also, we marked VStudio extension as obsolete and are planning to use
dotnet new cli module template as primary template for new modules.