Closed evanboho closed 10 years ago
That's definitely not it.
Can you put this above the line and let me know the output in the terminal:
console.log(file.contents.toString(), data, options);
@evanboho I know would get this error if data
was undefined.
fixed in 1.1.1
Many thanks!
I was running into a bug where templates were not processing, throwing the error "TypeError: First argument needs to be a number, array or string at new Buffer."
By moving the parens around, I got it to work.