Loading this module fails at runtime due to capitalization mismatch in require statements for things like require('./model'). The case of files in the lib directory look like: Model.coffee. To fix this the case of the file name should match the case in the directory.