Meteor project shows blank screen in the production environment

The project I am working on, works in the development environment. But when I deploy it live and navigate to the site, I only see blank screen.

I get the following errors in the console (from both development and production environment)
Console Errors

The same error exists in the development and production environments. The different is, I can navigate through the site pages in the development environment. But I only see a blank screen in the production environment.

I tried to update my jQuery to the latest version using the following command:

meteor npm install --save jquery meteor-node-stubs

But I still get the same error.

What am I doing wrong here?