tojocky / node-printer

Native node.js printer
1.54k stars 443 forks source link

install at windows 10 #176

Open quansync opened 7 years ago

quansync commented 7 years ago

how to install node-printer at windows 10 ?

cmnstmntmn commented 7 years ago

hey, @quansync

on a clean windows (no visual studio):

  1. install windows-build-tools
  2. then npm install --save printer
kiuKisas commented 7 years ago

If you using electron, then you'll need to rebuild too. As following:

vikaskbh commented 6 years ago

for me it worked when above commands ran in 'powershell' as administrator, not in normal command prompt.