
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 machineexplain this command
-
nodenv:tldr:30cf2 nodenv: Use a specific version of Node.js with a directory.$ nodenv local ${version}try on your machineexplain this command
-
nodenv:tldr:410da nodenv: Use a specific version of Node.js across the whole system.$ nodenv global ${version}try on your machineexplain this command
-
nodenv:tldr:5ed4e nodenv: Install a specific version of Node.js.$ nodenv install ${version}try on your machineexplain this command
-
nodenv:tldr:bb649 nodenv: Display the Node.js version for the current directory.$ nodenv versiontry on your machineexplain this command
-
nodenv:tldr:e5a97 nodenv: Display a list of available versions.$ nodenv install --listtry on your machineexplain this command