LoginSignup
0
1

More than 3 years have passed since last update.

Node.js の環境を順番に整える nodist 編

Posted at

概要

Node.js の環境を整える必要が出てきたため順番に試す。

nodist ってなに?

windows で Node.js 自体のインストールやバージョン管理をするもの。
https://github.com/nullivex/nodist

nodist のインストール

v0.9.1 を使います。
リリースページ
image.png

image.png
image.png
image.png
image.png
image.png

インストール確認

> nodist -v
0.9.1

Node.js のインストール

利用可能バージョン確認

> nodist dist
  0.1.14

#~~~~
  12.10.0
  12.11.0

インストール

> nodist + 12.11.0

# バージョン確認
> nodist
  (x64)
> 11.13.0  (global: v11.13.0)
  12.11.0

# node のバージョンも確認
> node -v
v11.13.0

# npm バージョンも確認
>npm -v
6.9.0
0
1
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
0
1