AnthonyAstige / metalsmith-picset-handlebars-helper

Uses generated responsive image resolutions :: Those generated by metalsmith-picset-generate display in browser via a <picture> element
0 stars 2 forks source link

Missing helper: "picset" #4

Open CelticParser opened 6 years ago

CelticParser commented 6 years ago

Ok, I am at a loss - I'm getting the following error and I have tried everything under the moon. Any ideas? I appreciate your input. Thnx

{ Error: Missing helper: "picset" at Object. (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\helpers\helper-missing.js:19:13) at Object.eval [as main] (eval at createFunctionContext (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), :25:74) at main (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\runtime.js:175:32) at Object.ret (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\runtime.js:178:12) at Object.ret [as wrapper/main/article] (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\compiler\compiler.js:526:21) at Object.invokePartialWrapper [as invokePartial] (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\runtime.js:72:46) at eval (eval at createFunctionContext (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), :5:31) at prog (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12) at execIteration (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:51:19) at Object. (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:61:13) at eval (eval at createFunctionContext (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), :5:34) at Object.prog [as fn] (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\runtime.js:221:12) at Object. (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\helpers\if.js:19:22) at Object.eval [as main] (eval at createFunctionContext (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:254:23), :12:32) at main (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\runtime.js:175:32) at ret (C:\xampp\htdocs\node_modules\handlebars\dist\cjs\handlebars\runtime.js:178:12) description: undefined, fileName: undefined, lineNumber: undefined, message: 'Missing helper: "picset"', name: 'Error', number: undefined }

AnthonyAstige commented 6 years ago

It's been quite a while since I've used this. That said, from the error and reviewing Example Use it looks like you may be missing metalsmith-picset-generate from your metalsmith pipeline (looks like required to be before this one)