Reputation: 900
I got a new machine with Windows 7 built-in and it is also activated. But when I tried to install node.js it gave me this prompt. It is 64-bit operating system
Is there a way I can install it or I should install Windows 10 then.
Upvotes: 3
Views: 5960
Reputation: 57
How to Install node.js in windows 7 Lastest Version? Ans :
Note:
Thanks You.
Upvotes: 1
Reputation: 324
Here i do this
Go to System-Properties (run: systempropertiesadvanced.exe), in Advanced tab, click Environment Variables.
Still on the System variables, click 'New', add name: NODE_PATH with value: C:\nodejs64\node_modules, and click OK. click 'New' again, add name: NODE_SKIP_PLATFORM_CHECK with value: 1, and click OK.
Click OK of all dialogs close.
Restart your machine, so explore and cmd will get the fresh set of variables.
Upvotes: 1
Reputation: 68
Apparently some newer versions don't support win 7, what you can do is try to download an older one like 10.14.2 LTS
Upvotes: 1