LoginSignup
3
5

More than 3 years have passed since last update.

nodenvコマンド早見表

Posted at

nodenvインストール方法は以下。
https://qiita.com/kyosuke5_20/items/eece817eb283fc9d214f

以下は早見表です。

Nodeバージョン一覧取得

コマンド
nodenv install -l

Nodeバージョン一覧アップデート

anyenv-updateプラグインインストール必要あり。

コマンド
anyenv update

Node.jsをインストール

コマンド
nodenv install {バージョン番号}

インストール済のバージョン取得

コマンド
nodenv whence npm

Nodeグローバル指定

nodenv global {バージョン番号}

Nodeローカル指定

コマンド
nodenv local {バージョン番号}
3
5
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
3
5