Skip to main content

TypeError: exphbs is not a function

 Write:

app.engine('.hbs', exphbs.engine({ defaultLayout: 'main', extname: '.hbs'}));

Instead of 

app.engine('.hbs', exphbs({ defaultLayout: 'main', extname: '.hbs'}));


Comments

Popular posts from this blog