LoginSignup
1
0

More than 3 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