How to Uninstall node 10.19.0 to newer versions

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 :slight_smile:

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

hope that help and have a nice day :slight_smile:

Unable to do that getting following error!
if possible can you help me via teamview.

i notice you did not copy the full command