7
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Windows】Node.js のバージョンアップ

Posted at

Node.js のバージョンアップをしたときの記録を書きます

環境

OS: Windows 10
Node.js: v14.16.1

Node.js バージョン確認方法

  • PowerShellまたはコマンドプロンプトを開く
  • node -vコマンドを実行する
PS C:■■■■■■■■■> node -v
v14.16.1

手順

  • Node.jsの公式サイトにアクセスする

  • Window版のインストーラをダウンロードする

    • 私はnode-v16.16.0-x64.msi をダウンロードしました
  • インストーラを実行する

  • インストールが完了するまで待つ

  • インストールが完了したら、Node.js のバージョンを確認する

PS C:■■■■■■■■■> node -v
v16.16.0

余談

  • いくつかのサイトを見るとn というバージョン管理ツールを使った方法が出てきますが、Windowsでは使えないようです
7
2
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
7
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?