Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NVM SetupWindows.md #93

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Lombiq.NodeJs.Extensions/Docs/SetupWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Alternatively, you can install Node.js via its [installer](https://nodejs.org/en
6. Run `nvm install lts`. This will install the latest LTS version of Node.js.
7. Run `nvm use lts`. This will activate the latest LTS version of Node.js as the current version.
8. Should you need any other version of Node.js, e.g. for a certain client, run `nvm list available`, pick the desired version, and run `nvm install` and `nvm use` with that version.
9. Skip down and follow [Additional Configuration](#additional-configuration) section.

## Additional configuration

Expand Down
Loading