|  | 
| 1 |  | -# Node Version Manager [][3] [][4] [](https://bestpractices.coreinfrastructure.org/projects/684) | 
|  | 1 | +# Node Version Manager [][3] [][4] [](https://bestpractices.coreinfrastructure.org/projects/684) | 
| 2 | 2 | 
 | 
| 3 | 3 | <!-- To update this table of contents, ensure you have run `npm install` then `npm run doctoc` --> | 
| 4 | 4 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> | 
| @@ -56,10 +56,10 @@ nvm is a version manager for [node.js](https://nodejs.org/en/), designed to be i | 
| 56 | 56 | 
 | 
| 57 | 57 | To **install** or **update** nvm, you should run the [install script][2]. To do that, you may either download and run the script manually, or use the following cURL or Wget command: | 
| 58 | 58 | ```sh | 
| 59 |  | -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash | 
|  | 59 | +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash | 
| 60 | 60 | ``` | 
| 61 | 61 | ```sh | 
| 62 |  | -wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash | 
|  | 62 | +wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash | 
| 63 | 63 | ``` | 
| 64 | 64 | 
 | 
| 65 | 65 | Running either of the above commands downloads a script and runs it. The script clones the nvm repository to `~/.nvm`, and attempts to add the source lines from the snippet below to the correct profile file (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`). | 
| @@ -110,7 +110,7 @@ You can use a task: | 
| 110 | 110 | ``` | 
| 111 | 111 | - name: nvm | 
| 112 | 112 |   shell: > | 
| 113 |  | -    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash | 
|  | 113 | +    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash | 
| 114 | 114 |   args: | 
| 115 | 115 |     creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh" | 
| 116 | 116 | ``` | 
| @@ -169,7 +169,7 @@ If you have `git` installed (requires git v1.7.10+): | 
| 169 | 169 | 
 | 
| 170 | 170 | 1. clone this repo in the root of your user profile | 
| 171 | 171 |   - `cd ~/` from anywhere then `git clone https://github.com/nvm-sh/nvm.git .nvm` | 
| 172 |  | -1. `cd ~/.nvm` and check out the latest version with `git checkout v0.35.2` | 
|  | 172 | +1. `cd ~/.nvm` and check out the latest version with `git checkout v0.35.3` | 
| 173 | 173 | 1. activate `nvm` by sourcing it from your shell: `. nvm.sh` | 
| 174 | 174 | 
 | 
| 175 | 175 | Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login: | 
| @@ -656,7 +656,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh | 
| 656 | 656 | 
 | 
| 657 | 657 | ```sh | 
| 658 | 658 | apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils | 
| 659 |  | -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash | 
|  | 659 | +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash | 
| 660 | 660 | ``` | 
| 661 | 661 | 
 | 
| 662 | 662 | The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries. | 
| @@ -743,8 +743,8 @@ sudo chmod ugo-x /usr/libexec/path_helper | 
| 743 | 743 | More on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac-os-x). | 
| 744 | 744 | 
 | 
| 745 | 745 | [1]: https://github.com/nvm-sh/nvm.git | 
| 746 |  | -[2]: https://github.com/nvm-sh/nvm/blob/v0.35.2/install.sh | 
|  | 746 | +[2]: https://github.com/nvm-sh/nvm/blob/v0.35.3/install.sh | 
| 747 | 747 | [3]: https://travis-ci.org/nvm-sh/nvm | 
| 748 |  | -[4]: https://github.com/nvm-sh/nvm/releases/tag/v0.35.2 | 
|  | 748 | +[4]: https://github.com/nvm-sh/nvm/releases/tag/v0.35.3 | 
| 749 | 749 | [Urchin]: https://github.com/scraperwiki/urchin | 
| 750 | 750 | [Fish]: http://fishshell.com | 
0 commit comments