I am trying to update NodeJS version from node v10.15.1 to v12.18.0 How we can do it. Is it possible?. Any update command are there? Anyone knows please help to find the solution.
Asked
Active
Viewed 52 times
0
-
It may be a non-answer, but I strongly recommend using [nvm](https://github.com/nvm-sh/nvm) – Mureinik Oct 13 '21 at 14:38
-
Please share more details - which OS? how are you trying? – Ravi Kumar Gupta Oct 13 '21 at 14:41
-
@RaviKumarGupta: Windows 10. Trying in the command prompt – Smart Code Oct 13 '21 at 14:59
-
4Does this answer your question? [How do I update Node.js?](https://stackoverflow.com/questions/8191459/how-do-i-update-node-js) – Taxel Oct 13 '21 at 15:06
-
I would suggest to use https://github.com/coreybutler/nvm-windows as seen in question suggested by Taxel. Long back when I used windows this helped me. – Ravi Kumar Gupta Oct 13 '21 at 16:22