Compare commits

...

2 Commits

Author SHA1 Message Date
Shay Molcho
1b7b8bd9ef
Merge 5712a97c66cf351745b346e017a00839662b9c5c into 759f70f1967c56e0ce9b8f51a6c0b33efdea869b 2025-02-06 09:19:37 -07:00
Shay Molcho
5712a97c66
Added missing colons for consistency and correctness
Inserted missing colons in specific parts of the text to maintain consistency with the existing format. This adjustment ensures a uniform writing style, improves readability, and aligns the text structure with the rest of the document.
2025-01-28 08:28:41 +02:00

View File

@ -386,7 +386,7 @@ Node has a [schedule](https://github.com/nodejs/Release#release-schedule) for lo
Any time your local copy of `nvm` connects to https://nodejs.org, it will re-create the appropriate local aliases for all available LTS lines. These aliases (stored under `$NVM_DIR/alias/lts`), are managed by `nvm`, and you should not modify, remove, or create these files - expect your changes to be undone, and expect meddling with these files to cause bugs that will likely not be supported. Any time your local copy of `nvm` connects to https://nodejs.org, it will re-create the appropriate local aliases for all available LTS lines. These aliases (stored under `$NVM_DIR/alias/lts`), are managed by `nvm`, and you should not modify, remove, or create these files - expect your changes to be undone, and expect meddling with these files to cause bugs that will likely not be supported.
To get the latest LTS version of node and migrate your existing installed packages, use To get the latest LTS version of node and migrate your existing installed packages, use:
```sh ```sh
nvm install --reinstall-packages-from=current 'lts/*' nvm install --reinstall-packages-from=current 'lts/*'