DEV Community

Discussion on: Build a simple app using Node JS and MySQL.

Collapse
 
yaolaphilip profile image
philip yaola

Great Guide Prince. Though am a bit stuck:
title: Welcome to Socka | Add a new player
^

SyntaxError: Unexpected identifier
at new Script (vm.js:80:7)
at createScript (vm.js:274:10)
at Object.runInThisContext (vm.js:326:10)
at Module._compile (internal/modules/cjs/loader.js:664:28)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
//Am still getting the above error even after using:

res.render('index.ejs', {
title: "Welcome to Socka | View Players"
,players: result