Search code examples
meteorangular-meteor

Trying to deploy/build for localhost


Trying to deploy/build for localhost and when running the app I keep getting:

Error: [$injector:unpr] Unknown provider: t


Solution

  • It's most likely because you haven't done properly annotated dependency injection. If your app runs ok in development, then it's almost certain.

    Read more about it here

    https://docs.angularjs.org/guide/production