-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Windows Installer - Post-Install Screen #3694
Copy link
Copy link
Closed
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.installIssues and PRs related to the installers.Issues and PRs related to the installers.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Metadata
Metadata
Assignees
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.installIssues and PRs related to the installers.Issues and PRs related to the installers.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
I was thinking it might be a good idea to have a couple of things added to the Node installer in windows. Namely, links to software needed for binary modules requiring a compile in windows... namely the latest Visual Studio (Community or C++ Express) version, and the latest Python 2.x
I don't think that most people coming into node for the first time in Windows understand that those two packages/applications are actually needed for some modules in windows. It would be nice if a simple splash screen during, or at the end of install could clarify this, and have links to the respective sites for download.
Alternatively, if there were an option to actually download/install the latest python and a compatible open-source compiler in windows during the install, that might be preferred.
While there are a great number of modules that are JS-only, and some that have pre/post-install downloaders for pre-built binaries in windows, I think having install options for the environment might be a good idea.