Closed jpmens closed 10 years ago
Same applies to views/*.jade
apparently.
Im getting this error too, unable to login
"
Express
500 Error: /root/nodejs-cantas/views/login.jade:1 > 1| !!! 5 2| html 3| head 4| title= title !!!
is deprecated, you must now use doctype
> 1| !!! 5
2| html
3| head
4| title= title
`!!!` is deprecated, you must now use `doctype`
at Object.Lexer.doctype (/root/nodejs-cantas/node_modules/jade/lib/lexer.js:246:13)
at Object.Lexer.next (/root/nodejs-cantas/node_modules/jade/lib/lexer.js:827:15)
at Object.Lexer.lookahead (/root/nodejs-cantas/node_modules/jade/lib/lexer.js:111:46)
at Parser.lookahead (/root/nodejs-cantas/node_modules/jade/lib/parser.js:111:23)
at Parser.peek (/root/nodejs-cantas/node_modules/jade/lib/parser.js:88:17)
at Parser.parse (/root/nodejs-cantas/node_modules/jade/lib/parser.js:126:26)
at parse (/root/nodejs-cantas/node_modules/jade/lib/jade.js:95:62)
at Object.exports.compile (/root/nodejs-cantas/node_modules/jade/lib/jade.js:152:9)
at Function.exports.compile (/root/nodejs-cantas/node_modules/express/lib/view.js:68:33)
at ServerResponse.res._render (/root/nodejs-cantas/node_modules/express/lib/view.js:417:18)
"
what your express version?
Fixed now, thanks for your inform.
on first line needs to be replaced by
to get the login screen.