There have been some middleware changes on the new version of express and I have made some changes in my code around some of the other posts on this issue but I can\'t get a
You are missing router exports module and that is the reason why this error is present.
use module.exports = router; and that would work
module.exports = router;