I wanted to download the latest version of nodejs(v10.15.3) but installing with the terminal states "v10.15.2" as the latest which is giving me issues.
Anyway I downloaded the file "node-v10.15.3.tar.gz" from the official node.js websitehttps://nodejs.org/en/. The problem is I don't know how I install this version of node in my machine after I downloaded and extracted the file.
There isn't an apparent installation file and the readme.md file tells me to look at a file "BUILDING.MD" which I did not find in that folder.
./configure
,make
,make install
to compile from source - but it's up to the dev who created the tarball (gzip'd tarball given the name you provide) – guiverc May 01 '19 at 00:35BUILDING.md
the latest version of which can be found here. – Elder Geek May 02 '19 at 14:10