LoginSignup
3
2

More than 3 years have passed since last update.

nodenvでインストール済みのバージョンリストを表示させる

Posted at

nodenvでインストール済みのバージョンリストを表示させる

検索してもなかなか出てこなかったので自分用にメモ
↓でいけました。現在利用しているバージョンについても教えてくれます。

nodenv versions    
  system
  14.4.0
* 15.10.0 (set by /Users/barabara/.anyenv/envs/nodenv/version)

helpコマンドを使えば各コマンドについての説明がちゃんとありました。

nodenv help
Usage: nodenv <command> [<args>]

Some useful nodenv commands are:
   commands    List all available nodenv commands
   local       Set or show the local application-specific Node version
   global      Set or show the global Node version
   shell       Set or show the shell-specific Node version
   install     Install a Node version using node-build
   uninstall   Uninstall a specific Node version
   rehash      Rehash nodenv shims (run this after installing executables)
   version     Show the current Node version and its origin
   versions    List installed Node versions
   which       Display the full path to an executable
   whence      List all Node versions that contain the given executable

See `nodenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/nodenv/nodenv#readme

まとめ

わからないことがあったらまずhelpコマンドとか公式ドキュメントを確認するようにしよう。

3
2
1

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
2