#概要
windowsでnode.jsをインストールしてみた。
ネットのインストール画像にはない、Chocolateyに関するインストール確認がでてきたたため、合わせてインストールしてみた。
#環境
windows 10
node-v12.16.1-x64
以下が、Chocolateyに関するインストールの確認。
チェックをいれると、インストールされる。
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.
一部のnpmモジュールは、インストール時にC / C ++からコンパイルする必要があります。
そのようなモジュールをインストールできるようにするには、いくつかのツール(Python 2およびVisual Studioビルドツール)をインストールする必要があります。
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.
必要なツールを自動的にインストールします。 これにより、Chocolateyもインストールされることに注意してください。
インストールが完了すると、スクリプトが新しいウィンドウにポップアップ表示されます。
Alternatively, follow the instructions at https://github.com/nodejs/node-gyp#on-windows to install the dependencies yourself.
または、https://github.com/nodejs/node-gyp#on-windowsの指示に従って、依存関係を自分でインストールします。
この後には、以下の画面でChocolateyのインストールが始まった。