Ionic build fails locally and on remote

Hi all.

I’ve been trying to deploy a simple Ionic app that I made using ionic-v3. Every time I push to GitHub, I get this error: The command "ionic build browser --prod" exited with 1. This is a similar scenario if I run the command locally on my computer, the build fails. The command that runs is ionic build browser --prod, but never passes.

Is there a fix to this? What am I missing?

Add the --verbose flag to the build to see if additional error might be reported.