nvm
nvm copied to clipboard
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
#### What happened? Currently `nvm ls-remote --lts` literally list all the LTS versions, including the ones are no longer in active and/or maintenance status. #### What did you expect to...
Addresses https://github.com/nvm-sh/nvm/issues/3041 This bypasses the "guess" work for which "architecture" of node.js to use. It was already possible to specify a custom mirror like mentioned here https://github.com/nvm-sh/nvm/issues/3175#issuecomment-1694759072, but without the...
In my quest to try and have a clean root for my project, I have moved most of my config files to a `config` folder. I was able to do...
#### Operating system and version: Windows 10, nvm version 0.39.1 #### `nvm debug` output: ```sh $ nvm debug nvm --version: v0.39.1 $SHELL: /usr/bin/bash $SHLVL: 1 whoami: 'jschilling' ${HOME}: /c/Users/jschilling ${NVM_DIR}:...
There is an uncessary `cdnvm "$PWD" || exit` taking place and not all the systems that have bash come with $PWD variable and it was uncessarly causing my terminal to...
`nvm install --lts` `npm help install` then got this error: ``` npm ERR! help process exited with code: ENOENT npm ERR! A complete log of this run can be found...
Dear maintainers: Our team is currently developing a tool for automatically generating PR checklists in Pull Request Template. The tool generates a set of PR rules based on the contribution...
[Sorry for removing the issue template, but none of the points made sense for this ticket.] I always wonder why 'ls-remote' doesn't start from the newest version, which mostly would...
Here's an excerpt from my bash history: ```bash nvm i v20.10 nvm rm v20.9.0 nvm uninstall v20.9.0 ``` `npm rm` is a synonym for `npm uninstall`, so naturally I try...
Made because of #3234. As of opening this PR the only difference is that a new `--config=` flag can be used to indicate the path to the `.nvmrc` (or any...