nvm
nvm copied to clipboard
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
Add man page
The manpage is basically just the output of `nvm --help`. A few things were added/modified to be more "manpage-like". The modification to [install.sh](install.sh) isn't great, so that probably needs to...
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...
#### Operating system and version: macOS Big Sur v11.5.2 #### `nvm debug` output: ```sh nvm --version: v0.38.0 $TERM_PROGRAM: Apple_Terminal $SHELL: /bin/zsh $SHLVL: 1 whoami: [EDITED] ${HOME}: /Users/[EDITED] ${NVM_DIR}: '${HOME}/.nvm' ${PATH}:...
#### Operating system and version: macOS 10.14.6 (18G8022) #### `nvm debug` output: ```sh nvm --version: v0.35.0 $TERM_PROGRAM: iTerm.app $SHELL: /usr/local/bin/zsh $SHLVL: 1 ${HOME}: /Users/user ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${HOME}/.nodenv/shims:${HOME}/.rbenv/shims:${HOME}/.rbenv/bin:${NVM_DIR}/versions/node/v16.0.0/bin:${HOME}/.rbenv/shims:${HOME}/bin:/usr/local/git/bin:/opt/local/bin:/opt/local/sbin:${HOME}/go/bin:/usr/local/sbin:/usr/local/bin:/usr/local/opt/gnu-sed/libexec/gnubin:/usr/local/opt/sqlite/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/mysql/bin:${HOME}/.composer/vendor/bin:/usr/local/opt/go/libexec/bin $PREFIX:...
Having a shim for `nvm` (and others like `node`) would make it possible to use NVM under Vim (since Vim doesn't have the most elegant solution for loading in shell...
#### Operating system and version: Ubuntu 20.04 #### `nvm debug` output: ```sh # Will provide if necessary but it's not accurate now that I've installed curl ``` #### `nvm ls`...
https://github.com/aaronpowell/ps-nvm is a Node version manager for PowerShell, which works more similar to nvm than nvm-windows (no symlinks) and has some more features. It's actively maintained and well-tested. Figured it...
- Xenial can't connect to iojs.org (eg https://app.travis-ci.com/github/nvm-sh/nvm/builds/239205709) - Bionic fails to build a bunch of node versions (eg https://app.travis-ci.com/github/nvm-sh/nvm/jobs/541572426) We'll need to find a way to fix one of...
Update the `nvm use` algorithm to dynamically interpret the semver expression from the local package.json's engines.node value. **Key:** :white_check_mark: : completed :ballot_box_with_check: : existing nvm functionality :soon: : in progress...