Skip to content

Instantly share code, notes, and snippets.

@dkhorev
Last active August 23, 2022 20:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkhorev/9e295fe94e2948c9149bd9caa5581bca to your computer and use it in GitHub Desktop.
Save dkhorev/9e295fe94e2948c9149bd9caa5581bca to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Installing Node 16:
nvm i 16
node -v
# v16.15.0
npm -v
# 8.5.5
# Switching Node.js versions
nvm i 18
# or (if already installed)
nvm use 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment