You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error we're getting when running either ember test or ember server is:
The `initialize` method for Application initializer 'export-application-global' should take only one argument - `App`, an instance of an `Application`.
The text was updated successfully, but these errors were encountered:
I switched to ember 2.0.0 (instead of canary) and that resolved it as well. Just wanted to mention it :-) Want me to close this issue (or feel free to if you'd like)?
See this for details:
ember-cli/ember-export-application-global#16
The error we're getting when running either
ember test
orember server
is:The text was updated successfully, but these errors were encountered: