You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installer won't run on anything but windows 7 and above. does this have to do with your manifest file if any? why don't you RequestExecutionLevel Administrator in the installer? know that %programfiles% is protected by windows and so are other directories like \
The text was updated successfully, but these errors were encountered:
This is intentional. Support for Vista and older was dropped with node v6.0.0. If you want support for those older operating systems, you will need to install node v5.x or older (you will probably want node v4.x since it is an LTS and will be supported longer).
Interestingly, on XP x64 (which is not XP but a desktop version of Server 2003 marketed as XP) the error is different. It's about ConvertInterfaceIndexToLuid not found.
I found it the hard way by copying new node binary. See xmrig/xmrig#338 for how exactly the error looks like. Also note that the last 4.x release is 4.9.1 now released on 29-Mar-2018.
Incidentally, libuv 2.15.x is the last one supporting WinXP as per the linked issue, and this is the same version used by node 4.9.1. There is also a more direct link to the latest 4.x:
installer won't run on anything but windows 7 and above. does this have to do with your manifest file if any? why don't you RequestExecutionLevel Administrator in the installer? know that %programfiles% is protected by windows and so are other directories like \
The text was updated successfully, but these errors were encountered: