Closed code0100fun closed 8 years ago
Ya, glimmer needs to be updated with it as a dep. This almost certainly works on npm 3 because everything ends up in the root/main node_modules/
but on npm 2, you would be missing exists-sync
at that level.
Opened https://github.com/tildeio/glimmer/pull/115 for this
@Dhaulagiri should this be closed now since https://github.com/tildeio/glimmer/pull/115?
I think it would still be a problem in ember since ember is pointing at an older release, but there isn't much to be done about it until more glimmer work lands
Confirm, not much we can do until we get updated to a later SHA (and that requires some intricate knowledge of the changes in glimmer and how they relate to Ember). Should be worked out in the next few days I believe...
Seems like c655638 caused a build error when it updated the
package.json
Looks like its related to
tildeio/glimmer
requiringexists-sync
inember-cli-build.js
but not listing it as a dependency in itspackage.json