node-printer icon indicating copy to clipboard operation
node-printer copied to clipboard

npm published package 0.4.0 doesn't include the fix in #292

Open tariknz opened this issue 4 years ago • 1 comments

You can see here https://registry.npmjs.org/printer/-/printer-0.4.0.tgz

macros.hh still has the line: #if NODE_VERSION_AT_LEAST(13 0, 0) instead of 12, 0, 0 which was merged in #292

Installing from source fixes it.

tariknz avatar Mar 12 '21 22:03 tariknz

@tariknz install directly from github seems to fix this issue - npm install tojocky/node-printer

si458 avatar Aug 09 '21 14:08 si458