Skip to content

Commit

Permalink
Update getNodeDownloadSnippet.ts
Browse files Browse the repository at this point in the history
updated download instructions to notify users on unix systems that restarting the terminal may be necessary to continue to step 2 after first installing nvm

Signed-off-by: NotYourAverageGamer <104248676+NotYourAverageGamer@users.noreply.github.com>
  • Loading branch information
NotYourAverageGamer committed Jun 2, 2024
1 parent cc33ee8 commit 6fd7492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/getNodeDownloadSnippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const getNodeDownloadSnippet = (release: NodeRelease, os: UserOS) => {
# installs nvm (Node Version Manager)
curl -o- https://github.com/nvm-sh/nvm/v0.39.7/install.sh | bash
# download and install Node.js
# download and install Node.js (you may need to restart the terminal)
nvm install ${release.major}
# verifies the right Node.js version is in the environment
Expand Down

0 comments on commit 6fd7492

Please sign in to comment.