Skip to content

Instantly share code, notes, and snippets.

@Kumawatlalit912
Created April 6, 2023 17:22
Show Gist options
  • Save Kumawatlalit912/84688c8d63203ca3ef2fc882e62fb0fd to your computer and use it in GitHub Desktop.
Save Kumawatlalit912/84688c8d63203ca3ef2fc882e62fb0fd to your computer and use it in GitHub Desktop.
Install nodejs And Nvm on linux
for nodejs just copy and run below command
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
for nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
then just refresh the bashrc file
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment