I have problems with this, I just can't figure it out.
Problem is:
exphbs is not function.
Code:
app.set("view, path.join(__dirname, "views"));
pp.engine(".hbs", extname: ".hbs", defaultLayout: false }));
I don't know where is the problem.
exphbs
comes from or how you are using it as a function.