You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo This Boxstarter script will install Python and the Visual Studio Build Tools,
11
-
echonecessary to compile Node.js native modules. Note that Boxstarter,
12
-
echoChocolatey and required Windows updates will also be installed.
12
+
echo This script will install Python and the Visual Studio Build Tools, necessary
13
+
echo to compile Node.js native modules. Note that Chocolatey and required Windows
14
+
echo updates will also be installed.
13
15
echo.
14
16
echo This will require about 3 Gb of free disk space, plus any space necessary to
15
-
echo install Windows updates.
16
-
echo.
17
-
echo This will take a while to run. Your computer may reboot during the
18
-
echo installation, and will resume automatically.
17
+
echo install Windows updates. This will take a while to run.
19
18
echo.
20
-
echo Please close all open programs for the duration of the installation.
19
+
echo Please close all open programs for the duration of the installation. If the
20
+
echo installation fails, please ensure Windows is fully updated, reboot your
21
+
echo computer and try to run this again. This script can be found in the
22
+
echo Start menu under Node.js.
21
23
echo.
22
-
echo You can close this window to stop now. This script can be invoked from the
23
-
echo Start menu. Detailed instructions to install these tools manually are
24
-
echo available at https://github.com/nodejs/node-gyp#on-windows
24
+
echo You can close this window to stop now. Detailed instructions to install these
25
+
echo tools manually are available at https://github.com/nodejs/node-gyp#on-windows
25
26
echo.
26
27
pause
27
28
28
29
cls
30
+
29
31
REM Adapted from https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/79bbe5bdc4867088b3e074f9610932f8e4e192c2/README.md#legal
30
32
echo Using this script downloads third party software
<StringId="NativeToolsDlgIntro">Some npm modules need to be compiled from C/C++ when installing. If you want to be able to install such modules, some tools (Python 2 and Visual Studio Build Tools) need to be installed.</String>
16
-
<StringId="NativeToolsDlgInstallCheckbox">Automatically install the necessary tools. Note that this will also install Boxstarter and Chocolatey. The script will pop-up in a new window after the installation completes.</String>
16
+
<StringId="NativeToolsDlgInstallCheckbox">Automatically install the necessary tools. Note that this will also install Chocolatey. The script will pop-up in a new window after the installation completes.</String>
17
17
<StringId="NativeToolsDlgManualDetails">Alternatively, follow the instructions at <![CDATA[<a href="https://github.com/nodejs/node-gyp#on-windows">https://github.com/nodejs/node-gyp#on-windows</a>]]> to install the dependencies yourself.</String>
18
18
19
19
<!-- References like [ProductName] or $(var.ProductName) don't seem to work in Title attributes -->
0 commit comments