diff --git a/core/tutorials/installing-wordpress-locally/from-svn.md b/core/tutorials/installing-wordpress-locally/from-svn.md index 0e444bf..78869f8 100644 --- a/core/tutorials/installing-wordpress-locally/from-svn.md +++ b/core/tutorials/installing-wordpress-locally/from-svn.md @@ -243,7 +243,7 @@ Web ブラウザーで [http://localhost/wordpress-svn/src/](http://localhost/wo `npm run dev` should now complete the process of unpacking the WordPress install. --> -**Windows 11をお使いの方へ**: npm と grunt をインストールしていない場合、npm コマンドのエラーが表示されます。ここから nodejs をダウンロードし、インストールしてください: [https://nodejs.org/download/release/latest-v14.x/](https://nodejs.org/download/release/latest-v14.x/)。npm コマンドを実行する前に、コマンドウィンドウを開き、wordpress-svn ディレクトリに移動し、以下のコマンドを実行します。`npm install -g grunt-cli` - これは、grunt クライアントをインストールします。そして、次のコマンドを実行して、wordpress インスタンスに grunt を追加します。 +**Windows 11をお使いの方へ**: npm と grunt をインストールしていない場合、npm コマンドのエラーが表示されます。ここから Node.js をダウンロードし、インストールしてください: [https://nodejs.org/download/release/latest-v16.x/](https://nodejs.org/download/release/latest-v16.x/)。npm コマンドを実行する前に、コマンドウィンドウを開き、wordpress-svn ディレクトリに移動し、以下のコマンドを実行します。`npm install -g grunt-cli` - これは、grunt クライアントをインストールします。そして、次のコマンドを実行して、wordpress インスタンスに grunt を追加します。 `npm install grunt --save-dev` `npm run dev` で、WordPress インストールの解凍が完了するはずです。