shannonmoeller / gulp-hb

A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.

Home Page:http://npm.im/gulp-hb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handlebars dependency

Billy- opened this issue · comments

If you do not install the handlebars npm module and try to run gulp-hb you will get an error; Cannot find module 'handlebars'. Obviously. But the problem is there is no mention of this dependency as far as I can tell. And apart from that, why would you not just add it as an install dependency?

Handlebars is a dependency. My guess is that your original npm install of gulp-hb failed for some reason.

https://github.com/shannonmoeller/gulp-hb/blob/master/package.json#L44

Right, not sure why I didn't look into this further.. Sorry! 😕

No worries!