- Express 的 ejs 模塊中, 多了一些空行
- TypeError: /Users/apple/ExpressProgarm/startApp/views/login.ejs:1
1| <%- include header %>
2| <form method="post">
3| 用戶名:<input type="text" name="name"/><br />
4| 密碼: <input type="password" name="password"/><br />
//有一些給ejs傳的參數(shù)沒有傳
2
SyntaxError: Unexpected token = in /Users/apple/ExpressProgarm/startApp/views/index.ejs while compiling ejs
If the above error is not helpful, you may want to try EJS-Lint:
同上妥衣, 語法錯誤
3 Error: Failed to lookup view "error" in views directory "/Users/apple/ExpressProgarm/blog_2/views"
以下有些參數(shù)沒有設(shè)置
// 設(shè)置模板全局常量
// app.locals.blog = {
// title: pkg.name,
// description: pkg.description
// };