getting error: Module 'angular-meteor' is not available (after Meteor 1.8.0.1 update)

88 views Asked by At

I run a v1.8 meteor-angular app (angularjs 1.7.6) and everything works fine. After updating to v1.8.0.1 (or v1.8.0.2), server runs fine, but client shows error in devtools and the app does not load:

Uncaught Error: [$injector:nomod] Module 'angular-meteor' is not available! 
You either misspelled the module name or forgot to load it. 
If registering a module ensure that you specify the dependencies as the second argument.

Any idea what's the issue? what can I check? Cheers

Attaching my .meteor/packages file for reference:

[email protected]             # Packages every Meteor app needs to have
[email protected]                   # The database Meteor supports right now
[email protected]                 # Client-side reactive dictionary for your app
[email protected]                  # Helpful client-side library
[email protected]                 # Meteor's client-side reactive programming library


jparker:crypto-md5
[email protected]
[email protected]
outatime:jwt-simple
edgee:slingshot
mdj:meteor-node-uuid
aldeed:[email protected]
[email protected]
angular-templates
civilframe:angular-jade
pbastowski:angular-babel
[email protected]
[email protected]
[email protected]
abernix:standard-minifier-js
[email protected]
fourseven:scss
aldeed:schema-deny
seba:minifiers-autoprefixer
0

There are 0 answers