Forrest logo
back to context overview

nodenv

List of commands for nodenv:

  • nodenv:tldr:1698c nodenv: Display the location of a Node.js installed command (e.g. `npm`).
    $ nodenv which ${command}
    try on your machine
    explain this command
  • nodenv:tldr:30cf2 nodenv: Use a specific version of Node.js with a directory.
    $ nodenv local ${version}
    try on your machine
    explain this command
  • nodenv:tldr:410da nodenv: Use a specific version of Node.js across the whole system.
    $ nodenv global ${version}
    try on your machine
    explain this command
  • nodenv:tldr:5ed4e nodenv: Install a specific version of Node.js.
    $ nodenv install ${version}
    try on your machine
    explain this command
  • nodenv:tldr:bb649 nodenv: Display the Node.js version for the current directory.
    $ nodenv version
    try on your machine
    explain this command
  • nodenv:tldr:e5a97 nodenv: Display a list of available versions.
    $ nodenv install --list
    try on your machine
    explain this command
back to context overview