-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Ember.ENV.EXTEND_PROTOTYPES - Cannot read property 'String' of undefined #145
Comments
Anybody find a workaround for this? |
@GaltMidas, I had to set
Let me know if this helps you out. |
The same issue for me |
@pavlo Can you try with 4.0.0 (https://github.com/emberjs/ember-inflector/blob/master/CHANGELOG.md). I'm pretty sure this is no longer an issue. Or just feel free to close this issue. We can re-open if needed. |
Hey, after a recent update to the app I am receiving the following error:
Cannot read property 'String' of undefined
. I traced it down to a condition in the inflector'saddon/lib/ext/string.js
:My environment does not have
EXTEND_PROTOTYPES
in it. It has the following, literally:What's the most odd here is that all the dependency versions are specific in
bower.json
, there're no~
nor^
:as well as in
package.json
:so I did not expect that a regular update would break the app! :(
Could you please help me out sorting the particular issue as well as share a link to a resource to help figuring out how to "freeze" the dependencies reliable so it is not that fragile all of the sudden?
Thank you!
The text was updated successfully, but these errors were encountered: