Skip to content

Commit ef21c8e

Browse files
committed
Node.jsのインストールの説明を最新にアップデート
1 parent ca5b21a commit ef21c8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/3-web-servers/03-node-js/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ xcode-select --install
2222

2323
<video src={installCommandLineDeveloperToolsVideo} controls />
2424

25-
まずは、[nvmのウェブサイトの`Install & Update Script`セクション](https://github.com/nvm-sh/nvm#install--update-script)に書かれているスクリプトを実行しましょう。2025年4月現在では、次の通りです。
25+
まずは、[nvmのウェブサイトの`Install & Update Script`セクション](https://github.com/nvm-sh/nvm#install--update-script)に書かれているスクリプトを実行しましょう。2026年3月現在では、次の通りです。
2626

2727
```shell
28-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
28+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash
2929
```
3030

3131
続いて、ターミナルアプリケーションを再起動してから、nvmのインストールが成功していることを確認するため、次のコマンドを実行します。
@@ -38,7 +38,7 @@ nvm -v
3838

3939
```shell
4040
$ nvm -v
41-
0.40.3
41+
0.40.4
4242
```
4343

4444
さらに、次のコマンドを実行して、Node.jsをインストールします。
@@ -57,7 +57,7 @@ node -v
5757

5858
```shell
5959
$ node -v
60-
v22.15.0
60+
v24.14.0
6161
```
6262

6363
<Tabs groupId="os">

0 commit comments

Comments
 (0)