tojocky / node-printer

Native node.js printer
1.53k stars 441 forks source link

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

Open tariknz opened 3 years ago

tariknz commented 3 years ago

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.

si458 commented 3 years ago

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