-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'length' of undefined` #91
Comments
Thanks @tomasbasham - currently we only support the versions of ember & ember data that ship with Ember CLI 0.2.7, but we're working on it! |
Thanks for the advice regarding the lower version of ember-cli . This helped me alot. I would recommend to add this detail into the your guide. BTW: When are you planing to upgrade? |
thanks @gerardo-navarro ! I've been putting it off because I want to support the latest... Planning to upgrade around 18th of August! |
I'll be sure to provide a clean upgrade path... |
This has me stumped too as the latest ember cli wants to install latest ember and ember data. Will give Ember CLI 0.2.7 a try! |
I'm sorry all - I have plans to get to this before the end of October. understand it's a pain point but finding it very hard to find time for it <3 |
if someone wants to pickup here I would be enormously thankful #89 |
@baraka2000 you can use the latest ember-cli, and adjust the ember / ember-data versions in your bower.json |
I would love to contribute, if only I knew what needed to be done... On Fri, Sep 18, 2015 at 11:32 AM, Hugh Francis [email protected]
|
awesome thanks Hugh! On Fri, Sep 18, 2015 at 11:38 AM, Hugh Francis [email protected]
|
Having setup the project as documented and transitioning to either products or checkout I am getting the following error:
Error while processing route: spree.products.index Cannot read property 'length' of undefined
I am using:
ember-cli 1.13.1
ember-data 1.0.0-beta.18
The text was updated successfully, but these errors were encountered: