Cannot find module '../pages/home/home'

solution ??

image

Hello,

check if path is correct.
check if Upper Lower case typo in Homepage or path.
check if classic page loading, your entries in @NgModule in app.module.ts are correct.
check, if lazy loading, …component.ts is here and entrys are correct.

Best regards, anna-liebt