@nonamero said in NPM install is giving Error.:
try
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs npm install -g npm@latest
thanks. that helps.
@nonamero said in NPM install is giving Error.:
try
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs npm install -g npm@latest
thanks. that helps.
curl -sL https://deb.nodesource.com/setup_$NODE_STABLE_BRANCH | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g npm@latest
won’t install npm. getting command not found: npm