felixrieseberg / windows-build-tools

:package: Install C++ Build Tools for Windows using npm
MIT License
3.4k stars 237 forks source link

No python module installed #236

Open cyf-corner opened 3 years ago

cyf-corner commented 3 years ago

image My operating system is win10 64-bit, and the node version is 15.6.0. When I run npm install --global --production windows-build-tools, it just ends. However, when I lower the version of node, it can be installed normally.

jacobq commented 3 years ago

That's likely caused by the "engines" section of package.json. I'd have to look but it probably didn't consider versions above 12 or 14 (this package is badly in need of update). Thanks for reporting (though it might have been better as a separate issue).

On Mon, Jan 25, 2021, 9:21 PM cyf-corner notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/31891203/105795526-f6485c00-5fc7-11eb-93d0-2984801c19b8.png My operating system is win10 64-bit, and the node version is 15.6.0. When I run npm install --global --production windows-build-tools, it just ends. However, when I lower the version of node, it can be installed normally.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/felixrieseberg/windows-build-tools/issues/236, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMOZM2YC2FJ7FL2TRTW4Q3S3YYJ5ANCNFSM4WSYEONA .