When I run hbs --helper handlebars-helpers I get the following issue:
WARNING: /home/hawkwood/androidstudio/node_modules/handlebars-helpers/index.js does not export a 'register' function, cannot import
Error: Missing helper: "eq"
Any idea on how I can import all of the handlebars-helpers functions with this?
When I run
hbs --helper handlebars-helpersI get the following issue:Any idea on how I can import all of the handlebars-helpers functions with this?