Skip to content

Instantly share code, notes, and snippets.

@borymskyi
Created May 23, 2022 08:50
Show Gist options
  • Save borymskyi/c7a5e7c346d3b3fcf5fbf0a3d436395a to your computer and use it in GitHub Desktop.
Save borymskyi/c7a5e7c346d3b3fcf5fbf0a3d436395a to your computer and use it in GitHub Desktop.
Windows: https://github.com/coreybutler/nvm-windows
= install nvm-setup.exe (https://github.com/coreybutler/nvm-windows/releases)
= open PowerShell:
- nvm install lts
- nvm list
- nvm use (version)
- nvm install -g yarn
- node -v
= For changing version:
- nvm install (version)
- nvm use (версия)
- nvm install -g yarn
- node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment