简体   繁体   中英

How to install npm module bluetooth-serial-port with Visual Studio 2013

Tried to do npm install bluetooth-serial-port in Windows 7 with Python 3.7 and Visual Studio 2013. But got error on installation saying python version should be between 2.5.0 and 3.0. Uninstalled Python 3.7 and installed Python 2.7 solved that problem. Then it failed on finding WindowsSDKVer.

Tried the following command to install npm module bluetooth-serial-port and installation is success.

npm install bluetooth-serial-port --msvs_version=2013

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM