「Windows10」node.js v16.17.0をインストールする手順

環境
Windows 10 Home 64bit

操作方法
1.下記サイトから「16.17.0 LTS 推奨版」をダウンロードします。
https://nodejs.org/ja/

2.ダウンロードした「node-v16.17.0-x64.msi」をダブルクリックします。
1)Welcome to the Node.js Setup Wizard画面が表示されます。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
  「Next」をクリックします。
  「Next」をクリックします。
  「Next」をクリックします。

2)「I accept the terms in the License Agreement」チェックを入れて「Next」をクリックします。
3)Destination Folder画面が表示されます。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
  インストール先 C:\Program Files\nodejs\
  「Next」をクリックします。
  インストール先 C:\Program Files\nodejs\   「Next」をクリックします。
  インストール先 C:\Program Files\nodejs\
  「Next」をクリックします。

4) Custom Setup画面が表示されます。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
 「Next」をクリックします。
 「Next」をクリックします。
 「Next」をクリックします。

5) Tools for Native Modules画面が表示されます。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
  「Automatically install the necessary tools ,Note that this will also install Chocolately.
The script will pop-up in new windows after the installation completes」チェックを入れます。
  「Automatically install the necessary tools ,Note that this will also install Chocolately. The script will pop-up in new windows after the installation completes」チェックを入れます。
  「Automatically install the necessary tools ,Note that this will also install Chocolately.
The script will pop-up in new windows after the installation completes」チェックを入れます。

「Next」をクリックします。
6) Ready to install Node.js画面が表示されます。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
  「Install」をクリックします。
  「Install」をクリックします。
  「Install」をクリックします。

7) 「Install Additional Tools for Node.js」画面が表示されます。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
   Enterキーを押下します
   Enterキーを押下します
   Enterキーを押下します

3.バージョンを確認します。
コマンドプロンプトを起動します。
nodeバージョンを確認します。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
 >node --version
  v16.17.0
 >node --version   v16.17.0
 >node --version
  v16.17.0

npmバージョンを確認します。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
  >npm --version
  8.15.0
  >npm --version   8.15.0
  >npm --version
  8.15.0

 

Node.js

Posted by arkgame