작성
·
556
1
Error: template not found: error.html
at createTemplate (d:\Node\chapter7\node_modules\nunjucks\src\environment.js:290:15)
at next (d:\Node\chapter7\node_modules\nunjucks\src\lib.js:330:7)
at handle (d:\Node\chapter7\node_modules\nunjucks\src\environment.js:329:11)
at d:\Node\chapter7\node_modules\nunjucks\src\environment.js:339:9
at next (d:\Node\chapter7\node_modules\nunjucks\src\lib.js:328:7)
at Object.asyncIter (d:\Node\chapter7\node_modules\nunjucks\src\lib.js:334:3)
at Environment.getTemplate (d:\Node\chapter7\node_modules\nunjucks\src\environment.js:321:9)
at Environment.render (d:\Node\chapter7\node_modules\nunjucks\src\environment.js:360:10)
at NunjucksView.render (d:\Node\chapter7\node_modules\nunjucks\src\express-app.js:22:9)
at tryRender (d:\Node\chapter7\node_modules\express\lib\application.js:640:10)
이런 에러가 발생하는데 해결하지 못하겠습니다. table은 잘 생성됩니다.
view에 error.html
Doctype must be declared first.
에서는 경고가 뜹니다.
넌적스 분명히 잘 설치했습니다.