ralyodio / express-template-demo

Demo of using template engines with express.js and node.js
77 stars 20 forks source link

error when rendering template from version 2.3.* of dustjs-linkedin #6

Open ghost opened 10 years ago

ghost commented 10 years ago

Example is working fine for version 2.2.4 of dustjs-linkedin. However with the current 2.3.0 this error appears when rendering a page:

Error: Template name parameter cannot be undefined when calling dust.compile

Running npm list: ├── consolidate@0.10.0 ├── dustjs-helpers@1.1.1 ├── dustjs-linkedin@2.3.0 [..] ├─┬ express@3.4.8 [..]

$ node -v v0.10.24