mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-19 00:17:59 +00:00
Update installing-nodejs.md
This commit is contained in:
parent
bf39722a3c
commit
274f66275f
1 changed files with 4 additions and 4 deletions
|
@ -20,15 +20,15 @@ Node.jsはさまざまな方法でインストールできます。最も一般
|
||||||
|
|
||||||
コマンドを実行するにはターミナルを使用します。
|
コマンドを実行するにはターミナルを使用します。
|
||||||
|
|
||||||
macOS の場合:
|
|
||||||
|
|
||||||
[アプリケーション] > [ユーティリティ] 内にある [ターミナル] を選択して起動します。
|
|
||||||
|
|
||||||
Windows の場合:
|
Windows の場合:
|
||||||
|
|
||||||
Microsoft Storeから、Windows Terminalをインストールします。
|
Microsoft Storeから、Windows Terminalをインストールします。
|
||||||
インストール後、[スタートメニュー] > [Windows Terminal] を選択して起動します。
|
インストール後、[スタートメニュー] > [Windows Terminal] を選択して起動します。
|
||||||
|
|
||||||
|
macOS の場合:
|
||||||
|
|
||||||
|
[アプリケーション] > [ユーティリティ] 内にある [ターミナル] を選択して起動します。
|
||||||
|
|
||||||
## Node.jsの使用
|
## Node.jsの使用
|
||||||
|
|
||||||
ターミナルで次のコマンドを実行して、Node.jsがインストールされていることを確認します。
|
ターミナルで次のコマンドを実行して、Node.jsがインストールされていることを確認します。
|
||||||
|
|
Loading…
Add table
Reference in a new issue