Open emeraldjava opened 7 years ago
My hint to you is that you're returning a [named] function instead of just exporting a single function.
Yes, this indeed means that the returned module is an object instead of a function. The translation string is written here: https://github.com/workshopper/levelmeup/blob/master/i18n/en.json#L29, maybe you know how to express this problem better? In any case, it should not render {error.mod.not_function}
during run. That is a bug in workshopper-adventure 😒
Hi,
Attempting the first lesson and i have this module defined as '01-level-module.js'
and my client code in '01-level.js' is
When i run "levelmeup verify 01-level.js" using node v6.10.1, i get this error
The full error is
Can anybody suggest what I'm doing wrong?