Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Created January 17, 2024 14:36
Show Gist options
  • Save ratulcse10/bd364a5e990521670a2fc6efdb30fc4e to your computer and use it in GitHub Desktop.
Save ratulcse10/bd364a5e990521670a2fc6efdb30fc4e to your computer and use it in GitHub Desktop.
how to install node in ubuntu
Installing Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
Once you have Node Version Manager installed
run in your terminal nvm install 18 to install version 18 of Node
run nvm use 18 to start using version 18 of Node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment