zewa666 / aurelia-i18next

An Aurelia-Wrapper for the i18next library
MIT License
17 stars 15 forks source link

issue with 0.6.0 release #34

Closed samlin99 closed 9 years ago

samlin99 commented 9 years ago

After updated to release version 0.6.0, I got this error starting up Aurelia application.

Unhandled promise rejection TypeError: config.globalResources is not a function at y.configure (http://localhost:9000/jspm_packages/github/zewa666/aurelia-i18next@0.6.0/index.js:69:12)

capture_1

zewa666 commented 9 years ago

That indicates that you haven't upgraded to the latest version of the aurelia framework, is that right? The API for globalizeResources changed to globalResources. Can you try downloading a fresh copy of the latest skeleton tag and try it over there?

samlin99 commented 9 years ago

used to be "aurelia-framework": "github:aurelia/framework@^0.13.1", and I upgrade to "aurelia-framework": "github:aurelia/framework@^0.15.0",

Still not working.

zewa666 commented 9 years ago

just make sure to update all the other top-level dependencies as well. I've tested this with the recent Aurelia Navigation Skeleton App and it works as expected

samlin99 commented 9 years ago

Issue fixed after upgrade aurelia packages. Thanks!