tomkp / smartcard

PCSC smartcard reader library for nodejs
MIT License
134 stars 56 forks source link

Using NPM install cmd installation #6

Open CookiehCake opened 6 years ago

CookiehCake commented 6 years ago

Hello, I am trying to use the NPM i smartcard cmd line command to install this package, but I am getting an error regarding Python executable. I have attached an image of the message returned to me when trying to install. I am on windows 10 OS. I have also been to Python's website and ran the installer, but the error message was still sent to me. a05af60a406956fc8f85f06845290679

arnoldtkl commented 5 years ago

please try npm install --global --production windows-build-tools

Laerolf commented 5 years ago

This worked out perfectly, thank you @arnoldtkl ! 😄