Ayuda con creacion de paginas/help with create pages

From this answer I can see that this is a “normal” behavior and not some error:

Each page has its own module + routing module so it can be easily lazy loaded.
If you do not want this (but want eager loading instead), you can remove its module and include it in the parent (e.g. declare tab-pages with routes in their parent).

So, try to generate a page this way:

ionic generate page somePage --no-module