nvm icon indicating copy to clipboard operation
nvm copied to clipboard

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Results 373 nvm issues
Sort by recently updated
recently updated
newest added
trafficstars

Copilot coding agent now supports AGENTS.md custom instructions, as more coding agents support it. Migrating from GitHub Copilot's custom instructions file to AGENTS.md will help developers leverage more and different...

Uses curl or wget to install and update scripts.

Exporting the variable is not necessary, since the nvm functions work as expected without the export. Exporting it, however, pollutes the shell's child processes' environment unnecessarily.

fixes #3639

informational
io.js

This fixes #3616 by not having the architecture hardcoded to `x64-musl`, but instead appending the `-musl` part to the architecture that was already found. I am unable to supply tests,...

Allow users to prevent nvm from automatically updating their shell configuration files by adding '# nvm completions' comment. This follows the same pattern as bun where the presence of the...

feature requests
installing nvm

The README 'io.js' section only refers to `https://github.com/iojs/io.js/` for people to understand what io.js is. But it is now redirected to `https://github.com/nodejs/node`, so it took me some time to find...

informational
pull request wanted