|
1 | 1 |
|
2 | 2 | <!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->
|
3 | 3 |
|
4 |
| -- Operating system and version: |
| 4 | +#### Operating system and version: |
5 | 5 |
|
6 |
| -- `nvm debug` output: |
7 |
| - <details> |
8 |
| - <!-- do not delete the following blank line --> |
| 6 | +#### `nvm debug` output: |
| 7 | +<details> |
| 8 | +<!-- do not delete the following blank line --> |
9 | 9 |
|
10 |
| - ```sh |
| 10 | +```sh |
11 | 11 |
|
12 |
| - ``` |
13 |
| - </details> |
| 12 | +``` |
| 13 | +</details> |
14 | 14 |
|
15 |
| -- `nvm ls` output: |
16 |
| - <details> |
17 |
| - <!-- do not delete the following blank line --> |
| 15 | +#### `nvm ls` output: |
| 16 | +<details> |
| 17 | +<!-- do not delete the following blank line --> |
18 | 18 |
|
19 |
| - ```sh |
| 19 | +```sh |
20 | 20 |
|
21 |
| - ``` |
22 |
| - </details> |
| 21 | +``` |
| 22 | +</details> |
23 | 23 |
|
24 |
| -- How did you install `nvm`? (e.g. install script in readme, Homebrew): |
| 24 | +#### How did you install `nvm`? |
| 25 | +<!-- (e.g. install script in readme, Homebrew) --> |
25 | 26 |
|
26 |
| -- What steps did you perform? |
| 27 | +#### What steps did you perform? |
27 | 28 |
|
28 |
| -- What happened? |
| 29 | +#### What happened? |
29 | 30 |
|
30 |
| -- What did you expect to happen? |
| 31 | +#### What did you expect to happen? |
31 | 32 |
|
32 |
| -- Is there anything in any of your profile files (`.bashrc`, `.bash_profile`, `.zshrc`, etc) that modifies the `PATH`? |
| 33 | +#### Is there anything in any of your profile files that modifies the `PATH`? |
| 34 | +<!-- (e.g. `.bashrc`, `.bash_profile`, `.zshrc`, etc) --> |
33 | 35 |
|
34 |
| -<!-- if this does not apply, please delete this section --> |
35 |
| -- If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out? |
36 |
| - <details> |
37 |
| - <!-- do not delete the following blank line --> |
| 36 | +<!-- Please remove the following section if it does not apply to you --> |
| 37 | +#### If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out? |
| 38 | +<details> |
| 39 | +<!-- do not delete the following blank line --> |
38 | 40 |
|
39 |
| - ```sh |
| 41 | +```sh |
40 | 42 |
|
41 |
| - ``` |
42 |
| - </details> |
| 43 | +``` |
| 44 | +</details> |
0 commit comments