Hubertformin / electron-pos-printer

Electron-pos-printer is a plugin that works to ease paper formatting and printing to thermal printers. it currently supports 80mm, 78mm, 76mm, 58mm, 57mm and 44mm printers thermal printers. it is built with Electron.js and Node.js
Apache License 2.0
316 stars 101 forks source link

version 1.3.7 have no dist folder in node modules , so it is throwing error, 1.3.6 works fine #106

Open pratiks1994 opened 1 year ago

Hubertformin commented 1 year ago

I’ll take a look at that and fix it

On Thu, 25 May 2023 at 7:45 AM PRATIK SAVALIYA @.***> wrote:

— Reply to this email directly, view it on GitHub https://github.com/Hubertformin/electron-pos-printer/issues/106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGBJXOJ7PPC6SG7LGAT5BFDXH35YFANCNFSM6AAAAAAYOMAITM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yzqzy commented 1 year ago

the same problem.

Mogeiman commented 1 year ago

any fix yet

naxsoumo commented 1 year ago

@Mogeiman Checkout this branch https://github.com/naxsoumo/electron-pos-printer

Manikandan2526 commented 1 year ago

Still same issue. no dist folder in node modules in version 1.3.7

naxsoumo commented 1 year ago

Still same issue. no dist folder in node modules in version 1.3.7

You can try Checkout this branch https://github.com/naxsoumo/electron-pos-printer. I’m working with it currently

si458 commented 10 months ago

@naxsoumo the is a bug with your index.d.ts its asking for a value boolean when in fact the line above printBackground should be boolean and not any https://github.com/naxsoumo/electron-pos-printer/blob/618f85db23add36dd437513d1eefa1e1b82a66fa/dist/index.d.ts#L80-L81

pritamacharjee commented 9 months ago

Still same issue. no dist folder in node modules in version 1.3.7

You can try Checkout this branch https://github.com/naxsoumo/electron-pos-printer. I’m working with it currently

How to use this ??