-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Could not find module `ember-data/-private #5021
Comments
Same here. Going back to 2.13.2 fixes it. (2.14.0 is already broken) |
Same issue |
This appears to be an issue with ember-cli-babel < 6 |
Same issue.
|
Can confirm.
upgrading to
|
Targeting ember-data's version to |
Ember Data v2.14.2 is published with a fix for this issue. |
I just updated to This is what gets logged in my shell when I run
And this is error thrown in the browser console when I visit the app running on my localhost:
FWIW, @royk's suggestion of pinning to Also, some other version info... "ember-cli": "^2.13.2",
"ember-cli-babel": "^6.4.1",
"ember-source": "^2.13.3" |
@BrianSipple - That seems like a thing that ember-resource-metadata needs to deal with (not the issue being reported here). Specifically, that addon is importing a module that will not exist in ember-data@2.14.0. import link |
If I'm understanding correctly, an addon is importing private api, which has now been moved. Although I can totally empathize, that add-on will need to update itself. If i have misunderstood, let me know. I can gladly reopen:) |
Same problem: Anybody could fix it? All my projects were broken :( I tried install several version of ember-cli, but could not fixed it. |
That's fixed in 0.0.8 of ember-resource-metadata (see PR here). |
This is now back in Ember data 2.15.0 |
Ended up locking ember data to 2.14.10 |
Increasing Ember-data dependency solved my problem.
by: Pavol |
I'm having a similar to Could not find module
ember-data/-private
imported fromember-data/setup-container
#5019CLI builds stating:
When I run my tests I get:
Tried latest ember-data, and my current 2.10 both with and without ^. Just seems super broken.
Any ideas?
The text was updated successfully, but these errors were encountered: