npm init -y
npm -v
sudo npm install -g npm@latest
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs