0
0

nodenvでよく使うコマンド一覧

Last updated at Posted at 2024-07-03

nodenvでインストールが可能なNode.jsのバージョン一覧を出力

nodenv install -l

指定したnode.jsのバージョンを新規インストール

nodenv install 18.19.1

既にインストールされているNode.jsのバージョン一覧を出力

nodenv versions

現在のディレクトリで利用するNode.jsのバージョンを設定

nodenv local 18.19.1

グローバルで利用するNode.jsのバージョンを設定

nodenv global 18.19.1
0
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
0
0