Created
April 6, 2023 17:22
-
-
Save Kumawatlalit912/84688c8d63203ca3ef2fc882e62fb0fd to your computer and use it in GitHub Desktop.
Install nodejs And Nvm on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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