jahvi / generator-htmlemail

HTML Email boilerplate generator for Yeoman
MIT License
122 stars 19 forks source link

Cannot init project - lodash error? #2

Closed timelf123 closed 11 years ago

timelf123 commented 11 years ago

I get this after filling out the prompts:

undefined:9 ((__t = ( paths.src )) == null ? '' : __t) + ^ ReferenceError: paths is not defined at eval (/lodash/template/source[1]:9:11) at HtmlEmailGenerator.underscore [as _engine] (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/util/engines.js:33:30) at HtmlEmailGenerator.engine (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/actions/actions.js:291:10) at HtmlEmailGenerator.template (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/actions/actions.js:269:15) at HtmlEmailGenerator.prepareMainFiles (/usr/lib/node_modules/generator-htmlemail/app/index.js:158:10) at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/lib/base.js:290:20 at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:548:21 at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:224:13 at iterate (/usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:131:13) at /usr/lib/node_modules/generator-htmlemail/node_modules/yeoman-generator/node_modules/async/lib/async.js:142:25

timelf123 commented 11 years ago

Closing. https://github.com/jahvi/generator-htmlemail/pull/3 fixes this issue.

jahvi commented 11 years ago

Merging to master now