So I’ve finished writing the code for this exercise (which is verified correct going by painstaking comparison to other successful examples), only when I try to run via ‘node app.js’ all I get is this:
SyntaxError: Unexpected end of input
at wrapSafe (internal/modules/cjs/loader.js:1001:16)
at Module._compile (internal/modules/cjs/loader.js:1049:27)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:101:18)
at Object. (/home/ccuser/workspace/authentication-project-draft/app.js:15:1)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1114:10)
Given that nothing here relates to anything I have access to or have had any input in during the exercise, is this just (yet another) exercise with completely broken starter code out of the gate?
Is anyone else having the same issue?