DEV Community

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

Collapse
 
bhargavm119 profile image
Bhargav muppidi

Hi Atauba,

I am Find following error while execting the code

SyntaxError: Unexpected identifier in C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\views\index.ejs while compiling ejs

If the above error is not helpful, you may want to try EJS-Lint:
github.com/RyanZim/EJS-Lint
Or, if you meant to create an async function, pass async: true as an option.
at new Function ()
at Template.compile (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\ejs\lib\ejs.js:626:12)
at Object.compile (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\ejs\lib\ejs.js:366:16)
at handleCache (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\ejs\lib\ejs.js:215:18)
at tryHandleCache (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\ejs\lib\ejs.js:254:16)
at View.exports.renderFile as engine
at View.render (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\express\lib\view.js:135:8)
at tryRender (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\express\lib\application.js:640:10)
at Function.render (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\express\lib\application.js:592:3)
at ServerResponse.render (C:\Users\bharg\OneDrive\Desktop\Project\Project\node-mysql-crud-app\node_modules\express\lib\response.js:1012:7)

Pls do help me ,

Thanks in advance
Bhargav

Collapse
 
frames75 profile image
frames

Same error here.

Collapse
 
siddm22 profile image
Siddhant Misra

Same error here. Any fix for this?

Thread Thread
 
alprvi profile image
alprvi

try this:

<%- include ('partials/header.ejs'); -%>

Thread Thread
 
mdagley profile image
Melissa Dagley

Thanks, I was having the same problem and this solved it for me.

Thread Thread
 
richiebutau profile image
butau richmond

Worked for me too

Thread Thread
 
daliaalziani profile image
daliaalziani

i tried it too but it is not working at all

Thread Thread
 
reemaalwail profile image
Reem yahea ali

i am same what is solution bro ?