Skip to content

Instantly share code, notes, and snippets.

@yosun
Created November 12, 2023 13:58
Show Gist options
  • Save yosun/c05bd147bcb6a1f1c079501a10e6d2eb to your computer and use it in GitHub Desktop.
Save yosun/c05bd147bcb6a1f1c079501a10e6d2eb to your computer and use it in GitHub Desktop.
installing node on cpanel

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

source ~/.bashrc

nvm install 14

nvm use 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment