Cannot find module "./app.module.ngfactory"

Hi @crash21 , Did you solve the error?
I solved mine by ::

  • removing: .tmp, node_modules, www
  • update my package.json
  • then run the following command ::
    npm install
    ionic build android
    ionic run android

This links maybe can help you also: