shubham
(skpuoc@gmail.com)
1
Unable to upgrade to newer versions from 10.19.0 , it will be great if someone help me regarding the same.
Hello @shubham
what is your os/version and what is your current node version ?
and what is the error message maybe you need to stop any server then upgrade it
and have a nice day 
shubham
(skpuoc@gmail.com)
3
please find the attached screenshot for reference.
Hello @shubham
i just check your os offecial repo and version 10.19 is that latest version offered there
so uninstall it and use one of the following
for latest node version
`
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs
`
for latest long term version which i recommend
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs
all the info you can find here
https://nodejs.dev/download/package-manager/#debian-and-ubuntu-based-linux-distributions
hope that help and have a nice day 
shubham
(skpuoc@gmail.com)
5
Unable to do that getting following error!
if possible can you help me via teamview.
i notice you did not copy the full command