mozilla / nunjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
https://mozilla.github.io/nunjucks/
BSD 2-Clause "Simplified" License
8.58k stars 640 forks source link

when the template file on disk C,nunjucks.render() can't work #1203

Open feiying-tf opened 5 years ago

feiying-tf commented 5 years ago

the code

let tmlPath = 'C:\\Program Files\\nodejs\\node_global\\node_modules\\resourcedoor\\src\\template\\tml.html';
let content = nunjucks.render(tmlPath, {...})

the error

 Error: template not found: C:\Program Files\nodejs\node_global\node_modules\resourcedoor\src\template\tml.html
sunny2009day commented 4 years ago

I have the same problem,Have you solved it?