Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@felixrieseberg felixrieseberg released this 16 Apr 16:58
· 239 commits to master since this release

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.