• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 

Node.js 10.x being updated to 11.x

Started by grmorgan618, November 28, 2018, 02:26:07 PM

Previous topic - Next topic

grmorgan618

I have Node.js 10.12 LTS x64 installed. Both 10.14 LTS and Node.js 11.3.0 are being installed.

Install i tested with -
https://nodejs.org/download/release/v10.12.0/node-v10.12.0-x64.msi


Justin Chalfant (Patch My PC)

Hi,

I apologize for the inconvenience. From a detection perspective, there is no difference (Reg Keys, Files, Etc) we can use to differentiate between the LTS and Regular node.js.

We could configure the regular node.js to only detect version 11.0 or greater so it doesn't detect the LTS v10 installs if you think that would help your scenario?

Thanks

Justin

Quote from: grmorgan618 on November 28, 2018, 02:26:07 PM
I have Node.js 10.12 LTS x64 installed. Both 10.14 LTS and Node.js 11.3.0 are being installed.

Install i tested with -
https://nodejs.org/download/release/v10.12.0/node-v10.12.0-x64.msi

grmorgan618

Yes that would help... This is messing up some of our Dev environments

Justin Chalfant (Patch My PC)

The other option, we may be able to have all LTS only detect previous known LTS version and the same for non-LTS.

grmorgan618

Yeah whatever you can do to not have it upgrade major versions  thanks

Justin Chalfant (Patch My PC)

We just released two new updates for Node.js 11.3.0 that end in v2. These updates will only detect Node.js is the installed version is >= 11.0 and that will exclude any LTS v8 or v10.

The previous updates for Node.js 11.3.0 (x64) will be expired.


grmorgan618

Justin - thank you, the update you made works perfectly.