I had this issue and found that if I call on the functions assigned to "module.exports" in a file, and that file imports another file that also has a "module.exports" assignment, then the functions in the first file won't be found.