LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ps-nvm

Node.js version manager for PowerShell

TLDR

List Node versions (PowerShell)
$ ps-nvm list
copy
Install Node version
$ ps-nvm install [18.0.0]
copy
Use specific version
$ ps-nvm use [18.0.0]
copy
Set default version
$ ps-nvm default [18.0.0]
copy

SYNOPSIS

ps-nvm command [version]

DESCRIPTION

ps-nvm is a Node.js version manager designed natively for PowerShell on Windows. It allows installing, switching between, and managing multiple Node.js versions on a single system, similar to nvm on Unix but built specifically for the PowerShell environment.The tool downloads and manages Node.js binaries, adjusting the system PATH to point to the selected version. A default version can be set to persist across new PowerShell sessions.

PARAMETERS

list

List installed versions.
install VERSION
Install Node version.
use VERSION
Switch to version.
default VERSION
Set default version.
uninstall VERSION
Remove version.

CAVEATS

PowerShell only; Windows-specific alternative to nvm. Installed as a PowerShell module. Requires administrative privileges for some operations.

HISTORY

ps-nvm was created for PowerShell Node.js version management.

SEE ALSO

nvm(1), node(1), volta(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid