Open pavlo opened 6 years ago
Anybody find a workaround for this?
@GaltMidas, I had to set 2.2.0
version in package.json
explicitly since the bug(?) was introduced in 2.3.0
I guess. So the following helped:
"ember-inflector": "2.2.0"
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!