Skip to content

Windows BUILDING prerequisites options install differing Python versions #61427

@MikeMcC399

Description

@MikeMcC399

Situation

The BUILDING > Windows Prerequisites documentation section lists three different options for installing prerequisites to build Node.js on Windows. The different options are not aligned with one another and result in different versions of Python being installed:

Option Python version
1: Manual install 3.13.9
2: Automated install with WinGet 3.12.10
3: Automated install with Boxstarter 3.14.2

GitHub Actions workflows are using PYTHON_VERSION: '3.14'

Suggestion

  1. Update the manual install instructions to align with the Python 3.14 documentation Using Python on Windows. Note that Python has deprecated the full installer since version 3.14 and provides instead the Python Install Manager. Python 3.13 is the highest version still available directly from the Microsoft Store.
  2. Update the WinGet instructions and configurations to install Python 3.14

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions