Windows10/node.jsをインストール
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を再起動しないとバージョン確認ができなかった。
Author And Source
この問題について(Windows10/node.jsをインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/Dasoi5/items/5e8cb7562c8c72a8e6c0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .