Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

1
0

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.

【Node.js】簡易アプリ開発①~Node.jsインストール~

Posted at

Node.jsのインストール

① 以下URLにアクセス

 https://nodejs.org/ja
 ※LTSを選択

② 最新LTS版のインストーラをダウンロード

image.png

③ インストールを進める

 (1) ①でダウンロードしたインストーラをクリック
image.png
 (2) セットアップ開始
   [Next] クリック。
image.png
 (3) ライセンス同意
  (A) [I accept the terms …] チェックを有効化
  (B) [Next] クリック
image.png
 (4) インストール先
   任意の格納場所を選択し、[Next] をクリック。
image.png
 (5) カスタムセットアップ
   今回は変更なしのため、そのまま[Next] をクリック。
image.png
 (6) 一緒にインストールする関連ツール選択
   今回は不要のため、そのまま[Next] をクリック。
image.png
 (7) インストール開始
   [Install] をクリック。
image.png
 (8) インストール完了
   [Finish] をクリック。
image.png

④ バージョン完了確認

 コマンドプロンプトにて、[node -v]を入力。
 バージョンが表示されるか確認する。
image.png

1
0
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

Comments

No comments

Let's comment your feelings that are more than good

1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Login to continue?

Login or Sign up with social account

Login or Sign up with your email address