This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
1.2.0
This release updates a few dependencies and adds the ability to add the Python installation to the user's $PATH. Previously, windows-build-tools would install Python for npm only.
npm [--add-python-to-path] [...all other arguments] install --global windows-build-tools
--add-python-to-path
: Add Python to the environment, allowing you to type python.exe
in any shell. Defaults to false
.