-
-
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
imported from ember-data/setup-container
#5019
Comments
|
we also had I noticed that 2.14.0 was causing After reading #5021, I then tried So it seems that the issue is w/ ember-data 2.14.0 and not related to the unmet peer dependency. |
Same issue here. I using |
Ember Data v2.14.2 is published with a fix for this issue. |
@bmac sorry if this is a silly question, but does ember-inflector need to be listed as a peer dependency if it is already listed as a dependency? |
Having the same error on our console. We haven't execute a build for a couple of weeks now and now the error appears. We are a bit behind with the ember versions. Desperate for a solution:
|
@valanto use "ember-data":"2.14.10" until the bug fix will be released. |
Seeing same issue on ember-data Release v2.15.0. |
I think that the version of ember-data add-on is causing this problem.I fix by updating the version.My old version is 2.14.1,update to 2.5.0 |
Make import stripping smarter to resolve #5019
The ember-data should be 2.11.0 (using 2.14.0 breaks build). Added package-lock.json, just because I'm using NPM 5 too to avoid problems like this in the future. Problem on my machine without this fix: emberjs/data#5019
I am having the same error in heroku app. My local is working fine. ember-data version = 2.13.0 |
I'm currently unable to get my project to build (again). I tried to
yarn add
a dependency - I don't know what it did, but it did something. I don't see any changes to package.json or bower.json in my working copy (it added a yarn.lock but I reverted everything for sanity). Here are those files:I can't clone and stand my project up anymore either. Either something happened between the first time I installed a package (as it was in my local node_modules) and when I re-installed that package, or something is happening locally that I can't understand.
Reverting back to to previous working commits on my project doesn't seem to help.
Here are some probably-relevant NPM warns:
I will try to upgrade my version of ember-data, but I am conservative about changing versions because of the number of dependencies I have. I wasn't able to find this particular issue elsewehre, so sorry if it already exists - I think there may be a bug.
The text was updated successfully, but these errors were encountered: