NodeWatcher issue
See original GitHub issueHello,
First, a big thank you for the fantastic work with this addon.
I have ran into an issue recently, where I was attempting to put some translations into my addon to be consumed by users. To do this, I upgraded my version of ember-intl to “~2.10”, and put the translations
folder at the root of my addon.
However, doing this would create a huge amount of (seemingly) indecipherable errors. These errors would go away if I deleted the translations
folder, or downgraded to “~2.4”.
Long story short, the reason was that I was using nodewatcher, and not watchman.
I think it would be invaluable to have some sort of a deprecation warning so that nobody would have to go through the hours of debugging I went through.
Is this something that is of value? I am not sure how much effort this would require.
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (4 by maintainers)
Top GitHub Comments
I will need to do a few things since I have installed watchman and no longer have the issue. I will try to recreate it tonight (USA time)
@gcusnieux Yes, that has resolved the issue I was having. Thanks!