Open quansync opened 7 years ago
hey, @quansync
on a clean windows (no visual studio):
npm install --save printer
If you using electron, then you'll need to rebuild too. As following:
npm install --global --production - windows-build-tools
npm install printer --save
npm install --save-dev electron-rebuild
./node_modules/.bin/electron-rebuild
done !for me it worked when above commands ran in 'powershell' as administrator, not in normal command prompt.
how to install node-printer at windows 10 ?