My Ubuntu version is 18.04.3 LTS. I am trying to install Node.js v12. but i can see that Version: 8.10.0~dfsg-2ubuntu0.4 can only be installed in my ubuntu . How to upgrade the version of node from 8.10.0 to 12?I tried many solutions but nothing worked for me.
Asked
Active
Viewed 27 times
0
snap info node
– karel Feb 01 '21 at 11:19snap run node
will print the node.js version and show the node command line prompt which is a single>
character. – karel Feb 01 '21 at 11:34