nvm
nvm copied to clipboard
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
- 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...
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...
Let's make nvm upgrade process easier. Fixes #400.
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...
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...
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....
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...
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...
### 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...
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...