I am using Ubuntu 22.04, and whenever I try to run npm install command it gives me an infinite loader. I installed node js from here:
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04
These are the list of commands I used:
sudo apt updatecd ~curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh (edited)sudo -E bash nodesource_setup.shsudo apt-get install -y nodejs
