Closed locks closed 8 years ago
Thanks for letting me know - given that we can't really predict where npm will ultimately install dependencies, the next best thing we can do is to just add it to the root-level dependencies.
If you update with 0.5.3 (and run ember g ember-electron), everything should work fine. I'll close in the meantime, but I'd love if you could check if that fixes the issue for you!
Could making it a peer dependency help? In npm3 they aren't installed by default anymore. Or is that what you did already? I'm not too familiar with the ways of the npms.
For all intents and purposes it seems fixed, appreciated :)
Cool, thanks for checking!
When trying to run
ember electron
on Ember Hearth, I am getting the following error:I managed to temporarily fix the problem by going into
node_modules/ember-electron
and runningnpm install
.