You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have many templates, some times happens #3, !!! OUTPUT ERROR or Unexpected end of JSON input errors. This is child_process stdout being truncated.
Solution
If increase buffer size in lib/validator.js with option { maxBuffer: 1024 * 500 } all works.
Problem
If we have many templates, some times happens #3,
!!! OUTPUT ERROR
orUnexpected end of JSON input
errors. This is child_process stdout being truncated.Solution
If increase buffer size in
lib/validator.js
with option{ maxBuffer: 1024 * 500 }
all works.Proposal
Add option for setup
maxBuffer
if needed.The text was updated successfully, but these errors were encountered: