postmark-cli icon indicating copy to clipboard operation
postmark-cli copied to clipboard

TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received null

Open khankid opened this issue 3 years ago • 0 comments

Running postmark templates pull ., inputting credentials, gives me:

Getting a TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received null after some Template named "foobar" will not be downloaded because it is missing an alias.

Templates do get saved, so this is non critical issue - but it would interfere when I'd need to setup CI.

khankid avatar Aug 23 '21 14:08 khankid