@hughrawlinson, I've tried the module.exports = initializeAmen; that you suggested, and I am told by ESLint that error 'module' is not defined no-undef.
This suggest some really stupid-basic npm or node error, but I can't find a fix for it. Any wisdom is appreciated!
@hughrawlinson, I've tried the
module.exports = initializeAmen;
that you suggested, and I am told by ESLint thaterror 'module' is not defined no-undef
.This suggest some really stupid-basic npm or node error, but I can't find a fix for it. Any wisdom is appreciated!