In a couple places (here and here) in the code there are lines that say:
Future = Npm.require('fibers/Future');
...which is problematic for those of us on case-sensitive filesystems where the correct filename is fibers/future (lowercase 'future'). The ultimate-todos-test demo fails for me because of this.
In a couple places (here and here) in the code there are lines that say:
...which is problematic for those of us on case-sensitive filesystems where the correct filename is
fibers/future(lowercase 'future'). Theultimate-todos-testdemo fails for me because of this.