DEV Community

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

Collapse
 
siddm22 profile image
Siddhant Misra

Same error here. Any fix for this?

Collapse
 
anjemaaars profile image
Angel Marcelino

Hello, in case you are still looking for answers

all code snippets like this

<% include partials/header.ejs %>

change it into

<% include ('header') %>