We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14737ec commit 8496897Copy full SHA for 8496897
apps/site/util/getNodeDownloadSnippet.ts
@@ -39,7 +39,7 @@ export const getNodeDownloadSnippet = (
39
if (os === 'MAC' || os === 'LINUX') {
40
snippets.NVM = dedent`
41
# ${t('layouts.download.codeBox.installsNvm')}
42
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
43
44
# ${t('layouts.download.codeBox.downloadAndInstallNodejsRestartTerminal')}
45
nvm install ${release.major}
0 commit comments