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 378 nvm issues
Sort by recently updated
recently updated
newest added

- Clean up clang related codes and config - Remove lldb-3.8 package since we don't need, though it's on llvm install instructions. - The origin codes have a bug about...

testing

As requested by @ljharb on issue [#846](https://github.com/creationix/nvm/issues/846), this pr adds tests for --silent flag for "run" and "exec" commands The tests for "exec" seems to exist already but in a...

testing
needs followup

Let's make nvm upgrade process easier. Fixes #400.

installing nvm

Set `$PROVIDED_VERSION` **equals** to `$NVM_RC_VERSION` only if a `.nvmrc` **file is present** and the **user didn't provided a version to use** (.ie typed `nvm use`). - Behavior before this fix...

bugs
needs followup

Add info on how to enable version auto switching using `.bashrc` file when entering directory that contains `.node-version` file and fallback to default version on entering directory that doesn't contain...

needs followup
informational
needs rebase

Briefly explain what nvm is and what it does, and how that is separate from the npm package manager, as others say the summary only shows in the Github UI....

needs followup
informational

i.e. avoid using it on non-interactive or non-login shells There is a big problem with the usage of `.bashrc` for outputing escape sequences (as-is), because it can corrupt the communication...

bugs
pull request wanted
needs rebase

This is an acknowledged partial implementation: to finalize it I'm waiting for #664 to be merged. All comments are welcome still. It's partial because it's only done for Node.js recent...

feature requests
needs followup
installing node: checksums

### Background The existence of .bashrc, .bash_profile or .zshrc doesn't prove that the file is the currently utilized startup file or that it is the only file sourced. Because the...

shell: zsh
installing node
needs followup
installing nvm: profile detection
needs rebase

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...