poetic / meteor-reacterminator

Convert annotated html and css files to a functional meteor app.
15 stars 6 forks source link

_meteor.Meteor.loggingIn is not a function #26

Closed dvmorris closed 8 years ago

dvmorris commented 8 years ago

On a newly generated stanza project, I received the following error:

_meteor.Meteor.loggingIn is not a function

I noticed that the function loggingIn() is defined in accounts-base here, and adding this to .meteor/packages seemed to resolve the issue:

accounts-base               # A user account system
accounts-password           # Password support for accounts
Chun-Yang commented 8 years ago

fixed, added accounts-base