helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 365 forks source link

does not export a 'register' function, cannot import #393

Open ProfessorManhattan opened 2 years ago

ProfessorManhattan commented 2 years ago

Hey, I'm trying to use hbs-cli with the following command:

hbs --helper handlebars-helpers test

But when I do that, I get the following error:

WARNING: /home/hawkwood/androidstudio/node_modules/handlebars-helpers/index.js does not export a 'register' function, cannot import
Error: Missing helper: "eq"

Am I doing something wrong? It works with handlebars-layouts.

Also, hbs-cli has so few downloads. Am I using a dinky package? How are the rest of you compiling with handlebars from the terminal?

acotty commented 2 years ago

Head on over to https://github.com/Budibase/handlebars-helpers as it is supported.