LoginSignup
8
4

More than 3 years have passed since last update.

node.jsをインストールの際、Chocolateyの提案を受けたのでインストールしてみた

Last updated at Posted at 2020-03-01

概要

windowsでnode.jsをインストールしてみた。
ネットのインストール画像にはない、Chocolateyに関するインストール確認がでてきたたため、合わせてインストールしてみた。

環境

windows 10
node-v12.16.1-x64

インストール画面

Node.js Setup 2020_03_01 17_06_27.png
Node.js Setup 2020_03_01 17_06_44.png
Node.js Setup 2020_03_01 17_06_48.png
Node.js Setup 2020_03_01 17_06_53.png

以下が、Chocolateyに関するインストールの確認。
チェックをいれると、インストールされる。
Node.js Setup 2020_03_01 17_06_59 (1).png

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の指示に従って、依存関係を自分でインストールします。

Node.js Setup 2020_03_01 17_08_31.png

Node.js Setup 2020_03_01 17_09_47.png

この後には、以下の画面でChocolateyのインストールが始まった。
管理者_ Windows PowerShell 2020_03_01 17_14_33.png

なお、以下の画面ではなぜかエンターキーを押さないと処理が進まなかった。
管理者_ Windows PowerShell 2020_03_01 17_21_28.png

最後はこの画面でexitと入力してエンター
管理者_ Windows PowerShell 2020_03_01 17_29_08.png

8
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
4