-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
getting these errors:
ERROR in node_modules/escpos-xml/lib/buffer-builder.ts(9,19): error TS2554: Expected 2 arguments, but got 0.
node_modules/escpos-xml/lib/buffer-builder.ts(150,5): error TS2322: Type 'Buffer' is not assignable to type 'number[]'.
Property 'push' is missing in type 'Buffer'.
I have fixed it by changing the return to return Array.prototype.slice.call(this.buffer.flush(), 0); in buffer-builder.ts line 150
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels