• Home
  • Raw
  • Download

Lines Matching full:echo

1 @echo off
8 echo ====================================================
9 echo Tools for Node.js Native Modules Installation Script
10 echo ====================================================
11 echo.
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.
15 echo.
16 echo This will require about 3 GiB of free disk space, plus any space necessary to
17 echo install Windows updates. This will take a while to run.
18 echo.
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.
23 echo.
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
26 echo.
32 echo Using this script downloads third party software
33 echo ------------------------------------------------
34 echo This script will direct to Chocolatey to install packages. By using
35 echo Chocolatey to install a package, you are accepting the license for the
36 echo application, executable(s), or other artifacts delivered to your machine as a
37 echo result of a Chocolatey install. This acceptance occurs whether you know the
38 echo license terms or not. Read and understand the license terms of the packages
39 echo being installed and their dependencies prior to installation:
40 echo - https://chocolatey.org/packages/chocolatey
41 echo - https://chocolatey.org/packages/python
42 echo - https://chocolatey.org/packages/visualstudio2019-workload-vctools
43 echo.
44 echo This script is provided AS-IS without any warranties of any kind
45 echo ----------------------------------------------------------------
46 echo Chocolatey has implemented security safeguards in their process to help
47 echo protect the community from malicious or pirated software, but any use of this
48 echo script is at your own risk. Please read the Chocolatey's legal terms of use
49 echo as well as how the community repository for Chocolatey.org is maintained.
50 echo.