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 5 years have passed since last update.

Windows10/node.jsをインストール

Posted at

#nodejsのインストール
Windowsにnode.jsをインストールするには、node.js公式からインストーラーをダウンロードして実行する。

nodejs公式
https://nodejs.org/ja/download/

設定はデフォルトでOK

#nodejsのインストール確認
コマンドプロンプトやpowershell、任意のターミナルからバージョン確認

$ node -v v10.16.2

$ npm -v 6.9.0

※筆者はVSCodeのbashから実行したが、VSCodeを再起動しないとバージョン確認ができなかった。

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
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?