LoginSignup
1
1

More than 3 years have passed since last update.

Windows10でNode.jsをインストールする

Posted at

インストーラの取得

まずはNode.jsの公式サイトにアクセス

「XX.XX.X LTS 推奨版」というボタンをクリック
(2021/04/14現在では「14.16.1 LTS 推奨版」)
image.png

インストーラの実行

msiファイルがダウンロードされるので、実行
image.png

Nextをクリック
image.png

「I accept the terms in the License Agreement」にチェックをいれてNextをクリック
image.png

Nextをクリック
(フォルダを変えたい場合は変える)
image.png

希望がなければそのままNextをクリック
(カスタマイズしたければ変える)
image.png

「Automatically install the necessary tools. ~~~」にチェックを入れてNextをクリック
チェックを入れるとChocolateyというパッケージマネージャがインストールされるよう。

(不要ならばチェックなしでNextをクリック)

image.png

Installをクリック
image.png

Finishをクリック
image.png

「Automatically install the necessary tools. ~~~」にチェックを入れた場合、以下のような画面が表示される
指示に従って適当なキーを押下
image.png

もう一度同じようなウィンドウが出力されるため、指示に従って適当なキーを押下
その後、PowerShellが動き出すので実行が終わるまで待つ

待つ。。。

待つ。。。

PowerShellで以下の表示がでたまま止まってしまった。
(スクショ忘れた。。。)
「created a unelevatedinstallertelemetrydecorator」

いくら待っても動きださないのでCtrl+cで終了!
とりあえず再起動

インストールされたことの確認

コマンドプロンプトを開いて以下のコマンドを実行

node --version

最初にダウンロードしたインストーラのバージョンと出力が一致していれば成功!

1
1
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
1
1