Reputation: 20199
I get this error no matter what version of ember I use, I found one other question on Stackoverflow about this, but they were using some rails stuff whereas I am using Node.js.
The current build of ember I am using is linked here
http://builds.emberjs.com/release/ember.js
There is no other info I can find on this, any ideas?
Upvotes: 0
Views: 257
Reputation: 20199
Figured it out and it seems as though the error message is very deceiving, because it says that you are using a production build of Ember.js when in fact the error originates from Ember-data.js.
So to fix this error make sure you have both development builds of Ember.js & Ember-data.js
Upvotes: 1