|
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 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
4 | 4 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
46 | 46 |
|
47 | 47 | 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:
|
48 | 48 | ```sh
|
49 |
| -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash |
| 49 | +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash |
50 | 50 | ```
|
51 | 51 | ```sh
|
52 |
| -wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash |
| 52 | +wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash |
53 | 53 | ```
|
54 | 54 |
|
55 | 55 | Running either of the above commands downloads a script and runs it. The script clones the nvm repository to `~/.nvm`, and adds the source lines from the snippet below to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).
|
@@ -90,7 +90,7 @@ If the above doesn't fix the problem, you may try the following:
|
90 | 90 | ```
|
91 | 91 | - name: nvm
|
92 | 92 | shell: >
|
93 |
| - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash |
| 93 | + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash |
94 | 94 | args:
|
95 | 95 | creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
96 | 96 | ```
|
@@ -149,7 +149,7 @@ If you have `git` installed (requires git v1.7.10+):
|
149 | 149 |
|
150 | 150 | 1. clone this repo in the root of your user profile
|
151 | 151 | - `cd ~/` from anywhere then `git clone https://github.com/nvm-sh/nvm.git .nvm`
|
152 |
| -1. `cd ~/.nvm` and check out the latest version with `git checkout v0.35.0` |
| 152 | +1. `cd ~/.nvm` and check out the latest version with `git checkout v0.35.1` |
153 | 153 | 1. activate `nvm` by sourcing it from your shell: `. nvm.sh`
|
154 | 154 |
|
155 | 155 | Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:
|
@@ -636,7 +636,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
|
636 | 636 |
|
637 | 637 | ```sh
|
638 | 638 | apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
|
639 |
| -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash |
| 639 | +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash |
640 | 640 | ```
|
641 | 641 |
|
642 | 642 | The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.
|
@@ -722,8 +722,8 @@ sudo chmod ugo-x /usr/libexec/path_helper
|
722 | 722 | More on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac-os-x).
|
723 | 723 |
|
724 | 724 | [1]: https://github.com/nvm-sh/nvm.git
|
725 |
| -[2]: https://github.com/nvm-sh/nvm/blob/v0.35.0/install.sh |
| 725 | +[2]: https://github.com/nvm-sh/nvm/blob/v0.35.1/install.sh |
726 | 726 | [3]: https://travis-ci.org/nvm-sh/nvm
|
727 |
| -[4]: https://github.com/nvm-sh/nvm/releases/tag/v0.35.0 |
| 727 | +[4]: https://github.com/nvm-sh/nvm/releases/tag/v0.35.1 |
728 | 728 | [Urchin]: https://github.com/scraperwiki/urchin
|
729 | 729 | [Fish]: http://fishshell.com
|
0 commit comments