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
Hi const args = '-f html -t docx -o word.docx'; const src = '<h1>Hello</h1><p>It’s bananas</p>'; await nodePandoc(src, args);
receive : Uncaught Exception at:The "args" argument must be of type object. Received type string, meta: [{}]
I also try with array, same error (i'm using typeScript)
The text was updated successfully, but these errors were encountered:
Hi
const args = '-f html -t docx -o word.docx'; const src = '<h1>Hello</h1><p>It’s bananas</p>'; await nodePandoc(src, args);
receive :
Uncaught Exception at:The "args" argument must be of type object. Received type string, meta: [{}]
I also try with array, same error (i'm using typeScript)
The text was updated successfully, but these errors were encountered: