Support Forum: Get Support for Patch My PC Products and Services

Microsoft Configuration Manager and Intune (Enterprises/Paid) => Support and General Questions (Enterprises Using ConfigMgr and Intune) => Topic started by: grmorgan618 on November 28, 2018, 02:26:07 PM

Title: Node.js 10.x being updated to 11.x
Post by: 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

Title: Re: Node.js 10.x being updated to 11.x
Post by: Justin Chalfant (Patch My PC) on November 28, 2018, 03:30:47 PM
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
Title: Re: Node.js 10.x being updated to 11.x
Post by: grmorgan618 on November 28, 2018, 03:34:37 PM
Yes that would help... This is messing up some of our Dev environments
Title: Re: Node.js 10.x being updated to 11.x
Post by: Justin Chalfant (Patch My PC) on November 28, 2018, 03:35:54 PM
The other option, we may be able to have all LTS only detect previous known LTS version and the same for non-LTS.
Title: Re: Node.js 10.x being updated to 11.x
Post by: grmorgan618 on November 28, 2018, 03:41:04 PM
Yeah whatever you can do to not have it upgrade major versions  thanks
Title: Re: Node.js 10.x being updated to 11.x
Post by: Justin Chalfant (Patch My PC) on November 28, 2018, 04:01:15 PM
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.
Title: Re: Node.js 10.x being updated to 11.x
Post by: grmorgan618 on November 28, 2018, 04:09:03 PM
Sweet thanks!
Title: Re: Node.js 10.x being updated to 11.x
Post by: grmorgan618 on November 29, 2018, 04:34:18 PM
Justin - thank you, the update you made works perfectly.