「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画面が表示されます。

  「Next」をクリックします。

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

  インストール先 C:\Program Files\nodejs\
  「Next」をクリックします。

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

 「Next」をクリックします。

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

  「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画面が表示されます。

  「Install」をクリックします。

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

   Enterキーを押下します

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

 >node --version
  v16.17.0

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

  >npm --version
  8.15.0

 

Node.js

Posted by arkgame