Dognation - Password Authentication simply doesn't work

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?

What course is this? Can you please include a link the the lesson? It’s also not categorized correctly.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.